Class ClusterPluginSyncMessage

  • All Implemented Interfaces:
    IClusterMessage, Serializable

    public class ClusterPluginSyncMessage
    extends Object
    implements IClusterMessage
    A message that is sent when a plugin was activated or deactivated. Informs other nodes that they should sync the state of that plugin.
    Since:
    3.1.0
    Author:
    XIMA MEDIA GmbH
    See Also:
    Serialized Form
    • Constructor Detail

      • ClusterPluginSyncMessage

        public ClusterPluginSyncMessage​(PluginSyncData pluginSyncData)
        Creates a new message that tells another node to sync a plugin.
        Parameters:
        pluginSyncData - Details about the plugin to be synced.