Class LastEventId

    • Constructor Detail

      • LastEventId

        public LastEventId()
    • Method Detail

      • create

        public static LastEventId create​(java.lang.String id)
        Creates a Last-Event-ID header.
        Parameters:
        id - ID of the last event, encoded as UTF-8 string
        See Also:
        ServerSentEvent
      • id

        public abstract java.lang.String id()