Interface WebResponseBody.SseEncoder.Event<A>

Type Parameters:
A - the type of data to encode
All Superinterfaces:
OutboundData<A>, OutboundDataEncoder<A>, ResponseBody.Sse.Event<A>
Enclosing interface:
WebResponseBody.SseEncoder<A>

public static interface WebResponseBody.SseEncoder.Event<A> extends ResponseBody.Sse.Event<A>, OutboundDataEncoder<A>

A server-sent event with data encoding support.

Since:
1.0
Author:
Jeremy Kuhn