Interface InboundControlJunction.ControlMessageObserver

  • Enclosing class:
    InboundControlJunction

    public static interface InboundControlJunction.ControlMessageObserver
    • Method Detail

      • controlSubjectCompleted

        void controlSubjectCompleted​(scala.util.Try<Done> signal)
      • notify

        void notify​(InboundEnvelope inboundEnvelope)
        Notification of incoming control message. The message of the envelope is always a ControlMessage.