Interface ResponseBody.Sse.Event<A>

Type Parameters:
A - the type of data sent in the event
All Superinterfaces:
ResponseData<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 ResponseData<A>

Represents a server-sent event.

Since:
1.0
Author:
Jeremy Kuhn