Class MsgTargetConx.ReplyProducer

  • All Implemented Interfaces:
    CipReplyConsumer
    Enclosing class:
    MsgTargetConx

    public class MsgTargetConx.ReplyProducer
    extends java.lang.Object
    implements CipReplyConsumer
    When a messaging reply is received that will be transmitted back through a protocol connection, it needs to return with the same transaction ID that arrived with the request. This is what allows multiple requests to be in-flight inside a routed connection.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      short cipseq  
      long txID  
    • Constructor Summary

      Constructors 
      Constructor Description
      ReplyProducer​(long txID, short cipseq)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void accept​(CipReply t)  
      • Methods inherited from class java.lang.Object

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

      • txID

        public final long txID
      • cipseq

        public final short cipseq
    • Constructor Detail

      • ReplyProducer

        public ReplyProducer​(long txID,
                             short cipseq)