Click or drag to resize

IEntryProcessor Interface

A stateful serializable object which represents the EntryProcessor defined on server side.

Namespace:  Hazelcast.Map
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.3
Syntax
public interface IEntryProcessor
Remarks
This object must have a hazelcast serializable EntryProcessor counterpart registered on server side with the actual org.hazelcast.map.EntryProcessor implementation. Client side EntryProcessor does not have any processing logic.
See Also