IMapInterceptor Interface
Namespace: Hazelcast.DistributedObjects
Assembly: Hazelcast.Net.dll
A place holder interface for com.hazelcast.map.MapInterceptor
on server side.
public interface IMapInterceptor
Remarks
it is used to intercept changes to the IHMap
, allowing access to
the values before and after adding them to it.