Uses of Interface
io.fluxzero.sdk.common.websocket.WebsocketEndpoint
Packages that use WebsocketEndpoint
Package
Description
-
Uses of WebsocketEndpoint in io.fluxzero.sdk.common.websocket
Classes in io.fluxzero.sdk.common.websocket that implement WebsocketEndpointModifier and TypeClassDescriptionclassAbstract base class for all WebSocket-based clients in the Fluxzero Java client.Methods in io.fluxzero.sdk.common.websocket with parameters of type WebsocketEndpointModifier and TypeMethodDescriptionJdkWebsocketConnector.connect(WebsocketEndpoint endpoint, WebsocketConnectionOptions options, URI uri) Opens a native JDK WebSocket and adapts it to Fluxzero's low-levelWebsocketSessioncontract.WebsocketConnector.connect(WebsocketEndpoint endpoint, WebsocketConnectionOptions options, URI uri) Opens a WebSocket connection to the given URI. -
Uses of WebsocketEndpoint in io.fluxzero.sdk.persisting.eventsourcing.client
Classes in io.fluxzero.sdk.persisting.eventsourcing.client that implement WebsocketEndpointModifier and TypeClassDescriptionclassWebSocket-based implementation of theEventStoreClient, enabling interaction with the Fluxzero Runtime's event store via a persistent WebSocket connection. -
Uses of WebsocketEndpoint in io.fluxzero.sdk.persisting.keyvalue.client
Classes in io.fluxzero.sdk.persisting.keyvalue.client that implement WebsocketEndpointModifier and TypeClassDescriptionclassWebSocket-based implementation of theKeyValueClientinterface for interacting with the Fluxzero Runtime. -
Uses of WebsocketEndpoint in io.fluxzero.sdk.persisting.search.client
Classes in io.fluxzero.sdk.persisting.search.client that implement WebsocketEndpointModifier and TypeClassDescriptionclassWebSocket-based implementation of theSearchClientthat connects to the Fluxzero Runtime. -
Uses of WebsocketEndpoint in io.fluxzero.sdk.publishing.client
Classes in io.fluxzero.sdk.publishing.client that implement WebsocketEndpointModifier and TypeClassDescriptionclassAGatewayClientimplementation that sends serialized messages to the Fluxzero Runtime over a WebSocket connection. -
Uses of WebsocketEndpoint in io.fluxzero.sdk.scheduling.client
Classes in io.fluxzero.sdk.scheduling.client that implement WebsocketEndpointModifier and TypeClassDescriptionclassWebSocket-based implementation of theSchedulingClientinterface that communicates with the Fluxzero Runtime. -
Uses of WebsocketEndpoint in io.fluxzero.sdk.tracking.client
Classes in io.fluxzero.sdk.tracking.client that implement WebsocketEndpointModifier and TypeClassDescriptionclassWebSocket-based implementation of theTrackingClientthat connects to the Fluxzero Runtime.