Package com.opencqrs.esdb.client
Interface Marshaller.ResponseElement
- All Known Implementing Classes:
Event,Marshaller.ResponseElement.Heartbeat,Marshaller.ResponseElement.SubjectElement
- Enclosing interface:
Marshaller
public static sealed interface Marshaller.ResponseElement
permits Marshaller.ResponseElement.Heartbeat, Event, Marshaller.ResponseElement.SubjectElement
Sealed interface representing a deserialized ND-JSON response line transformed via
Marshaller.fromReadOrObserveResponseLine(String).- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final recordRepresents a heart beat returned from the event store to ensure the underlying HTTP connection is kept alive.static final recordRepresents a subject returned from the event store when reading subjects.