Class XSiteEventSender

java.lang.Object
org.infinispan.xsite.events.XSiteEventSender
All Implemented Interfaces:
AutoCloseable

public class XSiteEventSender extends Object implements AutoCloseable
A collector of events to be sent to the remote site.

This class implements AutoCloseable so it can be used with try-with-resources. The close() methods sends the events.

Since:
15.0