Interface ClusterMessage

All Superinterfaces:
Serializable

public interface ClusterMessage extends Serializable
Marker interface for cluster messages. Implementations of this interface represent messages that can be serialized and sent across cluster nodes.

All cluster messages must implement this interface to ensure they are serializable.

Since:
10.0