Class EventResponse
-
- All Implemented Interfaces:
@JsonClass(generateAdapter = true) public final class EventResponse
-
-
Field Summary
Fields Modifier and Type Field Description private final EventSourceDataevent
-
Constructor Summary
Constructors Constructor Description EventResponse(EventSourceData event)
-
Method Summary
Modifier and Type Method Description final EventSourceDatagetEvent()-
-
Constructor Detail
-
EventResponse
EventResponse(EventSourceData event)
-
-
Method Detail
-
getEvent
final EventSourceData getEvent()
-
-
-
-