Interface IClusterMessageListener

  • All Superinterfaces:
    Serializable

    public interface IClusterMessageListener
    extends Serializable
    A listener that can be used to react to events related to when messages are sent between nodes in the cluster.
    Since:
    3.1.0
    Author:
    XIMA MEDIA GmbH
    • Method Detail

      • receiveMessage

        void receiveMessage​(NodeMessageEvent event)
        Invoked when a message sent by a node was received.
        Parameters:
        event - Event with details about the received message.