Class SystemMessageDelivery$


  • public class SystemMessageDelivery$
    extends java.lang.Object
    Sent when an incarnation of an Association is quarantined. Consumed by the SystemMessageDelivery operator on the sending side, i.e. not sent to remote system. The SystemMessageDelivery operator will clear the sequence number and other state associated operator

    The incarnation counter is bumped when the handshake is completed, so a new incarnation corresponds to a new UID of the remote system.

    The SystemMessageDelivery operator also detects that the incarnation has changed when sending or resending system messages.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static SystemMessageDelivery$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • MODULE$

        public static final SystemMessageDelivery$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • SystemMessageDelivery$

        public SystemMessageDelivery$()