Skip to content

Commit

Permalink
Update path to Entry Processor. (#229)
Browse files Browse the repository at this point in the history
(cherry picked from commit e395167)
  • Loading branch information
avtarraikmo authored and GitHub Actions Bot committed Jul 31, 2024
1 parent b65fdd4 commit c49ac7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/user-code-deployment.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -254,4 +254,4 @@ include::ROOT:example$/hazelcast-scheduled-executor-service.yaml[]

== Configuring an Entry Processor with Hazelcast Platform Operator

An entry processor executes your code on a map entry in an atomic way. To implement the `EntryProcessor` interface, you can deploy an `EntryProcessor` class from the Hazelcast Platform Operator to the classpath of a Hazelcast member. See xref:hazelcast:computing:entry-processor.adoc[Entry Processor] for more detailed information.
An entry processor executes your code on a map entry in an atomic way. To implement the `EntryProcessor` interface, you can deploy an `EntryProcessor` class from the Hazelcast Platform Operator to the classpath of a Hazelcast member. See xref:hazelcast:data-structures:entry-processor.adoc[Entry Processor] for more detailed information.

0 comments on commit c49ac7e

Please sign in to comment.