Class EventType
java.lang.Object
org.infinispan.notifications.cachelistener.filter.EventType
Enum that provides information to allow for an event to know which type and if this event was generated due to a
retry usually caused by a topology change while replicating.
- Since:
- 7.0
- Author:
- wburns
-
Constructor Details
-
EventType
-
-
Method Details
-
isPreEvent
public boolean isPreEvent() -
isRetry
public boolean isRetry() -
getType
-
isCreate
public boolean isCreate() -
isModified
public boolean isModified() -
isRemove
public boolean isRemove() -
isExpired
public boolean isExpired()
-