IMapInterceptor InterfaceHazelcast .Net Client Class Library

Namespace: Hazelcast.Map
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.6.3.0
Syntax

public interface IMapInterceptor

The IMapInterceptor type exposes the following members.

Methods

  NameDescription
Public methodAfterGet
Called after get(..) operation is completed.
Public methodAfterPut
Called after put(..) operation is completed.
Public methodAfterRemove
Called after remove(..) operation is completed.
Public methodInterceptGet
Intercept get operation before returning value.
Public methodInterceptPut
Intercept put operation before modifying map data.
Public methodInterceptRemove
Intercept remove operation before removing the data.
Top
See Also

Reference