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, waitMethods inherited from interface org.infinispan.commands.TracedCommand
getOperationName, getSpanAttributes, setSpanAttributes
-
Constructor Details
-
XSiteRemoteEventCommand
-
-
Method Details
-
invokeInLocalSite
Description copied from interface:XSiteRequestThis method is invoked by the receiver node.The
GlobalComponentRegistrygives access to every component managed by this cache manager.- Specified by:
invokeInLocalSitein interfaceXSiteRequest<Void>- Parameters:
origin- The sender site.registry- TheGlobalComponentRegistry.
-
toString
-