Package zmq.io

Class StreamEngine.ProducePongMessage

  • All Implemented Interfaces:
    Supplier<Msg>
    Enclosing class:
    StreamEngine

    private final class StreamEngine.ProducePongMessage
    extends java.lang.Object
    implements Supplier<Msg>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private byte[] pingContext  
    • Constructor Summary

      Constructors 
      Constructor Description
      ProducePongMessage​(byte[] pingContext)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Msg get()
      Gets a result.
      • Methods inherited from class java.lang.Object

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

      • pingContext

        private final byte[] pingContext
    • Constructor Detail

      • ProducePongMessage

        public ProducePongMessage​(byte[] pingContext)
    • Method Detail

      • get

        public Msg get()
        Description copied from interface: Supplier
        Gets a result.
        Specified by:
        get in interface Supplier<Msg>
        Returns:
        a result