Skip to content

Commit

Permalink
Merge branch 'master' into Upgrade-to-Hazelcast-5.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JackPGreen authored Aug 29, 2024
2 parents 53b12d9 + 0b9d4d3 commit 1d9eb62
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
2 changes: 1 addition & 1 deletion Reference_Manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -2831,7 +2831,7 @@ Now you need to configure the `hazelcast.xml` to add your factory as shown below
</hazelcast>
```

The code that runs on the entries is implemented in Java on the server side. The client side entry processor is used to specify which entry processor should be called. For more details about the Java implementation of the entry processor, see the [Entry Processor section](https://docs.hazelcast.com/hazelcast/latest/computing/entry-processor.html) in the Hazelcast Reference Manual.
The code that runs on the entries is implemented in Java on the server side. The client side entry processor is used to specify which entry processor should be called. For more details about the Java implementation of the entry processor, see the [Entry Processor section](https://docs.hazelcast.com/hazelcast/latest/data-structures/entry-processor) in the Hazelcast Reference Manual.

After the above implementations and configuration are done and you start the server where your library is added to its `CLASSPATH`, you can use the entry processor in the `imap` functions. See the following example.

Expand Down

0 comments on commit 1d9eb62

Please sign in to comment.