Class TopicForwardNot

  • All Implemented Interfaces:
    Encodable, Serializable, Cloneable

    public final class TopicForwardNot
    extends CallbackNotification
    A TopicForwardNot is a notification sent by a topic to another topic part of the same cluster, or to its hierarchical father, and holding a forwarded ClientMessages notification.
    See Also:
    Serialized Form
    • Field Detail

      • fromCluster

        private boolean fromCluster
        true if the notification is destinated to a hierarchical father.
    • Constructor Detail

      • TopicForwardNot

        public TopicForwardNot()
      • TopicForwardNot

        public TopicForwardNot​(ClientMessages messages,
                               boolean fromCluster)
        Constructs a TopicForwardNot instance.
        Parameters:
        messages - Notification to forward.
        fromCluster - true if the notification is coming from a cluster friend.