Class XSiteRemoteEventCommand
java.lang.Object
org.infinispan.xsite.commands.remote.XSiteRemoteEventCommand
- All Implemented Interfaces:
TracedCommand
,XSiteRequest<Void>
@ProtoTypeId(1257)
public class XSiteRemoteEventCommand
extends Object
implements XSiteRequest<Void>
Sends a
XSiteEvent
list from a remote site.- Since:
- 15.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioninvokeInLocalSite
(String origin, GlobalComponentRegistry registry) This method is invoked by the receiver node.toString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.infinispan.commands.TracedCommand
getOperationName, getSpanAttributes, setSpanAttributes
-
Constructor Details
-
XSiteRemoteEventCommand
-
-
Method Details
-
invokeInLocalSite
Description copied from interface:XSiteRequest
This method is invoked by the receiver node.The
GlobalComponentRegistry
gives access to every component managed by this cache manager.- Specified by:
invokeInLocalSite
in interfaceXSiteRequest<Void>
- Parameters:
origin
- The sender site.registry
- TheGlobalComponentRegistry
.
-
toString
-