Class AckId


  • public class AckId
    extends Object
    An object containing the ackId associated with events that the client has received through an individual feed.
    • Constructor Detail

      • AckId

        public AckId()
    • Method Detail

      • getAckId

        public String getAckId()
        A unique id for events that can be deleted from a client's feed.
        Returns:
        ackId
      • setAckId

        public void setAckId​(String ackId)