Package org.nuxeo.ecm.restapi.server
Class ClusterAction
java.lang.Object
org.nuxeo.ecm.restapi.server.ClusterAction
- All Implemented Interfaces:
Serializable
,SerializableMessage
Deprecated.
An action that needs to be propagated to all nodes in the cluster.
- Since:
- 2021.25
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ClusterAction
Deprecated.void
serialize
(OutputStream out) Deprecated.Serializes this to an output stream.toString()
Deprecated.
-
Field Details
-
SEP
Deprecated.- See Also:
-
action
Deprecated. -
param
Deprecated.
-
-
Constructor Details
-
ClusterAction
Deprecated.
-
-
Method Details
-
deserialize
Deprecated.- Throws:
IOException
-
serialize
Deprecated.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
Deprecated.
-
ClusterActionService
instead