Uses of Interface
io.fluxcapacitor.javaclient.publishing.client.GatewayClient
Packages that use GatewayClient
Package
Description
-
Uses of GatewayClient in io.fluxcapacitor.javaclient.configuration.client
Methods in io.fluxcapacitor.javaclient.configuration.client that return GatewayClientModifier and TypeMethodDescriptionprotected abstract GatewayClient
AbstractClient.createGatewayClient
(MessageType messageType, String topic) Subclasses must implement this method to return aGatewayClient
for the given message type and topic.protected GatewayClient
LocalClient.createGatewayClient
(MessageType messageType, String topic) protected GatewayClient
WebSocketClient.createGatewayClient
(MessageType messageType, String topic) AbstractClient.getGatewayClient
(MessageType messageType, String topic) Returns the memoizedGatewayClient
for the given message type and topic.default GatewayClient
Client.getGatewayClient
(MessageType messageType) Returns aGatewayClient
for the given message type using the default topic (typicallynull
).Client.getGatewayClient
(MessageType messageType, String topic) Returns aGatewayClient
for the given message type and topic. -
Uses of GatewayClient in io.fluxcapacitor.javaclient.persisting.eventsourcing.client
Classes in io.fluxcapacitor.javaclient.persisting.eventsourcing.client that implement GatewayClientModifier and TypeClassDescriptionclass
A client implementation for managing and storing events in an in-memory event store. -
Uses of GatewayClient in io.fluxcapacitor.javaclient.publishing.client
Classes in io.fluxcapacitor.javaclient.publishing.client that implement GatewayClientModifier and TypeClassDescriptionclass
AGatewayClient
implementation that sends serialized messages to the Flux Platform over a WebSocket connection. -
Uses of GatewayClient in io.fluxcapacitor.javaclient.scheduling.client
Classes in io.fluxcapacitor.javaclient.scheduling.client that implement GatewayClientModifier and TypeClassDescriptionclass
A client implementation for managing scheduling operations using an in-memory schedule store. -
Uses of GatewayClient in io.fluxcapacitor.javaclient.tracking.client
Classes in io.fluxcapacitor.javaclient.tracking.client that implement GatewayClientModifier and TypeClassDescriptionclass
In-memory implementation of theTrackingClient
andGatewayClient
interfaces, designed for local-only or test-time usage.