Interface Sse


  • public interface Sse
    Server-side entry point for creating OutboundSseEvent and SseBroadcaster.

    Instance of this interface can be injected into a field or as a parameter of a method or a constructor. Also, the instance is thread safe, meaning that it can be shared and its method invoked from different threads without causing inconsistent internal state.

    Since:
    2.1
    Author:
    Marek Potociar (marek.potociar at oracle.com)