Interface ServerSentEvent


public interface ServerSentEvent
An interface for the Server-Sent Events specification. If a Publisher or Stream produces objects which implement this interface, it can be converted into a text event stream by ServerSentEventResponseConverterFunction.
See Also: