Interface ResponseBody.Sse.Event<A>

Type Parameters:
A - the type of data sent in the event
All Superinterfaces:
OutboundData<A>
All Known Subinterfaces:
WebResponseBody.SseEncoder.Event<A>
Enclosing interface:
ResponseBody.Sse<A,B extends ResponseBody.Sse.Event<A>,C extends ResponseBody.Sse.EventFactory<A,B>>

public static interface ResponseBody.Sse.Event<A> extends OutboundData<A>

Represents a server-sent event.

Since:
1.0
Author:
Jeremy Kuhn