Package org.infinispan.xsite.events
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
-
Method Summary
Modifier and TypeMethodDescriptiononLocalEvents
(List<XSiteEvent> events) Handles a list ofXSiteEvent
from another node in the local site.onRemoteEvents
(List<XSiteEvent> events) Handles a list ofXSiteEvent
from another site.
-
Field Details
-
INSTANCE
-
-
Method Details
-
onLocalEvents
Description copied from interface:XSiteEventsManager
Handles a list ofXSiteEvent
from another node in the local site.- Specified by:
onLocalEvents
in interfaceXSiteEventsManager
- Parameters:
events
- TheXSiteEvent
list.- Returns:
- A
CompletionStage
that is completed when all the events are processed.
-
onRemoteEvents
Description copied from interface:XSiteEventsManager
Handles a list ofXSiteEvent
from another site.- Specified by:
onRemoteEvents
in interfaceXSiteEventsManager
- Parameters:
events
- TheXSiteEvent
list.- Returns:
- A
CompletionStage
that is completed when all the events are processed.
-