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