Class NoOpXSiteEventsManager
java.lang.Object
org.infinispan.xsite.events.NoOpXSiteEventsManager
- All Implemented Interfaces:
XSiteEventsManager
A no-op implementation of
XSiteEventsManager.- Since:
- 15.0
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiononLocalEvents(List<XSiteEvent> events) Handles a list ofXSiteEventfrom another node in the local site.onRemoteEvents(List<XSiteEvent> events) Handles a list ofXSiteEventfrom another site.
-
Field Details
-
INSTANCE
-
-
Method Details
-
onLocalEvents
Description copied from interface:XSiteEventsManagerHandles a list ofXSiteEventfrom another node in the local site.- Specified by:
onLocalEventsin interfaceXSiteEventsManager- Parameters:
events- TheXSiteEventlist.- Returns:
- A
CompletionStagethat is completed when all the events are processed.
-
onRemoteEvents
Description copied from interface:XSiteEventsManagerHandles a list ofXSiteEventfrom another site.- Specified by:
onRemoteEventsin interfaceXSiteEventsManager- Parameters:
events- TheXSiteEventlist.- Returns:
- A
CompletionStagethat is completed when all the events are processed.
-