Skip to content

Commit 8276b84

Browse files
authored
Fix broken entry processor documentation link (#1224)
[Slack discussion](https://hazelcast.slack.com/archives/C035HQET5/p1722580449491389)
1 parent 8d1a573 commit 8276b84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Reference_Manual.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2831,7 +2831,7 @@ Now you need to configure the `hazelcast.xml` to add your factory as shown below
28312831
</hazelcast>
28322832
```
28332833

2834-
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.
2834+
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.
28352835

28362836
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.
28372837

0 commit comments

Comments
 (0)