Class SseEvent

    • Constructor Detail

      • SseEvent

        public SseEvent()
      • SseEvent

        public SseEvent​(SseEvent other)
    • Method Detail

      • id

        public String id()
        Returns the event id.
        Returns:
        the event id.
      • event

        public String event()
        Returns the type of the event.
        Returns:
        the type of the event.
      • data

        public String data()
        Returns the payload of the event.
        Returns:
        the payload of the event.
      • retry

        public int retry()
        Returns the reconnection time.
        Returns:
        the reconnection time.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object