IEntryProcessor<TResult> Interface
Namespace: Hazelcast.DistributedObjects
Assembly: Hazelcast.Net.dll
Defines a processor that can process the entries of an IHMap<TKey, TValue> on the server.
public interface IEntryProcessor<TResult>
Type Parameters
TResult | The type of the results produced by the processor. |
Remarks
Client-side IEntryProcessor<TResult> implementations do not have any processing logic, they must be backed by a corresponding processor registered on the server and containing the actual implementation.