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 Classes
    Modifier and Type
    Interface
    Description
    static final record 
    Represents a heart beat returned from the event store to ensure the underlying HTTP connection is kept alive.