Uses of Class
io.fluxcapacitor.javaclient.common.websocket.AbstractWebsocketClient
Packages that use AbstractWebsocketClient
Package
Description
-
Uses of AbstractWebsocketClient in io.fluxcapacitor.javaclient.persisting.eventsourcing.client
Subclasses of AbstractWebsocketClient in io.fluxcapacitor.javaclient.persisting.eventsourcing.clientModifier and TypeClassDescriptionclass
WebSocket-based implementation of theEventStoreClient
, enabling interaction with the Flux Platform's event store via a persistent WebSocket connection. -
Uses of AbstractWebsocketClient in io.fluxcapacitor.javaclient.persisting.keyvalue.client
Modifier and TypeClassDescriptionclass
WebSocket-based implementation of theKeyValueClient
interface for interacting with the Flux Platform. -
Uses of AbstractWebsocketClient in io.fluxcapacitor.javaclient.persisting.search.client
Modifier and TypeClassDescriptionclass
WebSocket-based implementation of theSearchClient
that connects to the Flux platform. -
Uses of AbstractWebsocketClient in io.fluxcapacitor.javaclient.publishing.client
Subclasses of AbstractWebsocketClient in io.fluxcapacitor.javaclient.publishing.clientModifier and TypeClassDescriptionclass
AGatewayClient
implementation that sends serialized messages to the Flux Platform over a WebSocket connection. -
Uses of AbstractWebsocketClient in io.fluxcapacitor.javaclient.scheduling.client
Subclasses of AbstractWebsocketClient in io.fluxcapacitor.javaclient.scheduling.clientModifier and TypeClassDescriptionclass
WebSocket-based implementation of theSchedulingClient
interface that communicates with the Flux Platform. -
Uses of AbstractWebsocketClient in io.fluxcapacitor.javaclient.tracking.client
Subclasses of AbstractWebsocketClient in io.fluxcapacitor.javaclient.tracking.clientModifier and TypeClassDescriptionclass
WebSocket-based implementation of theTrackingClient
that connects to the Flux platform.