Class VisitorResponse

    • Constructor Summary

      Constructors 
      Constructor Description
      VisitorResponse​(AckToken token)
      Creates visitor response containing an ack token.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      AckToken getAckToken()  
      • Methods inherited from class java.lang.Object

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

      • VisitorResponse

        public VisitorResponse​(AckToken token)
        Creates visitor response containing an ack token.
        Parameters:
        token - the ack token
    • Method Detail

      • getAckToken

        public AckToken getAckToken()
        Returns:
        The ack token.