Class CacheListenerOptions
java.lang.Object
org.infinispan.api.common.events.cache.CacheListenerOptions
TODO SPLIT INTO EMBEDDED/REMOTE
- Since:
- 14.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclustered(boolean clustered) includeCurrentState(boolean includeCurrentState) observation(org.infinispan.api.common.events.cache.CacheListenerOptions.Observation observation) primaryOnly(boolean primaryOnly)
-
Constructor Details
-
CacheListenerOptions
public CacheListenerOptions()
-
-
Method Details
-
-
primaryOnly
-
observation
public CacheListenerOptions observation(org.infinispan.api.common.events.cache.CacheListenerOptions.Observation observation) -
clustered
-
clustered
-
includeCurrentState
-
includeCurrentState
-