Class PluginCrossNodesEvent<R>

Type Parameters:
R - the correspondent CrossNodesCommunication event type
All Implemented Interfaces:
CrossNodesEvent, Serializable
Direct Known Subclasses:
DisablePluginEvent, EnablePluginEvent, InstallPluginEvent, UninstallPluginEvent, UpgradePluginEvent

Abstract class with commonalities for plugin events in a multi-node environment.

Child classes need to expose their own static method to create a Builder. For instance, take a look at InstallPluginEvent.newBuilder().

Since:
9.5
See Also: