Package org.nuxeo.ecm.restapi.server
Class ClusterAction
- java.lang.Object
-
- org.nuxeo.ecm.restapi.server.ClusterAction
-
- All Implemented Interfaces:
Serializable,SerializableMessage
@Deprecated public class ClusterAction extends Object implements SerializableMessage
Deprecated.since 2023.0, useClusterActionServiceinsteadAn action that needs to be propagated to all nodes in the cluster.- Since:
- 2021.25
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ClusterAction(String action, String param)Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static ClusterActiondeserialize(InputStream in)Deprecated.voidserialize(OutputStream out)Deprecated.Serializes this to an output stream.StringtoString()Deprecated.
-
-
-
Field Detail
-
SEP
protected static final String SEP
Deprecated.- See Also:
- Constant Field Values
-
action
public final String action
Deprecated.
-
param
public final String param
Deprecated.
-
-
Method Detail
-
deserialize
public static ClusterAction deserialize(InputStream in) throws IOException
Deprecated.- Throws:
IOException
-
serialize
public void serialize(OutputStream out) throws IOException
Deprecated.Description copied from interface:SerializableMessageSerializes this to an output stream. The deserialization is handled byAbstractPubSubBroker.deserialize(java.io.InputStream).- Specified by:
serializein interfaceSerializableMessage- Throws:
IOException
-
-