Class EventSourcingEndpoint

java.lang.Object
io.fluxzero.testserver.websocket.WebsocketEndpoint
io.fluxzero.testserver.websocket.EventSourcingEndpoint

public class EventSourcingEndpoint extends WebsocketEndpoint
  • Constructor Details

    • EventSourcingEndpoint

      public EventSourcingEndpoint(io.fluxzero.sdk.persisting.eventsourcing.client.EventStoreClient eventStore, CommandIdempotencyStore commandIdempotencyStore)
  • Method Details

    • payloadCodecs

      protected List<io.fluxzero.common.api.modeling.ModelWebSocketCodec> payloadCodecs()
      Description copied from class: WebsocketEndpoint
      Returns compact payload codecs owned by this concrete endpoint protocol.
      Overrides:
      payloadCodecs in class WebsocketEndpoint