Package org.nuxeo.runtime.pubsub
Class ClusterActionMessage
java.lang.Object
org.nuxeo.runtime.pubsub.ClusterActionMessage
- All Implemented Interfaces:
Serializable
,SerializableMessage
An action that needs to be propagated to all nodes in the cluster.
- Since:
- 2023.0
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ClusterActionMessage
void
serialize
(OutputStream out) Serializes this to an output stream.toString()
-
Field Details
-
SEP
- See Also:
-
action
-
param
-
-
Constructor Details
-
ClusterActionMessage
-
-
Method Details
-
deserialize
- Throws:
IOException
-
serialize
Description copied from interface:SerializableMessage
Serializes this to an output stream. The deserialization is handled byAbstractPubSubBroker.deserialize(java.io.InputStream)
.- Specified by:
serialize
in interfaceSerializableMessage
- Throws:
IOException
-
toString
-