Class EventProcessor

  • All Implemented Interfaces:
    Runnable, EventListener

    public class EventProcessor
    extends Object
    implements Runnable, EventListener
    Private event processor task responsible for connecting to the SSE stream and processing incoming SSE events as well as handling any connection issues.
    • Method Detail

      • run

        public void run()
        Specified by:
        run in interface Runnable
      • awaitFirstContact

        public void awaitFirstContact()
        Await the initial contact with the SSE endpoint.