Class HttpEventStreamClient.Event

    • Constructor Detail

      • Event

        protected Event​(long id,
                        String event,
                        String data)
    • Method Detail

      • getEvent

        public String getEvent()
        Event type/description that has been received (can be null)
        Returns:
        Type/description of the event or null
      • getData

        public String getData()
        Data that has been received (UTF-8)
        Returns:
        Received data