Uses of Interface
io.fluxzero.sdk.publishing.client.GatewayClient
Packages that use GatewayClient
Package
Description
-
Uses of GatewayClient in io.fluxzero.sdk.configuration.client
Methods in io.fluxzero.sdk.configuration.client that return GatewayClientModifier and TypeMethodDescriptionprotected abstract GatewayClientAbstractClient.createGatewayClient(MessageType messageType, String topic) Subclasses must implement this method to return aGatewayClientfor the given message type and topic.protected GatewayClientLocalClient.createGatewayClient(MessageType messageType, String topic) protected GatewayClientWebSocketClient.createGatewayClient(MessageType messageType, String topic) AbstractClient.getGatewayClient(MessageType messageType, String topic) Returns the memoizedGatewayClientfor the given message type and topic.default GatewayClientClient.getGatewayClient(MessageType messageType) Returns aGatewayClientfor the given message type using the default topic (typicallynull).Client.getGatewayClient(MessageType messageType, String topic) Returns aGatewayClientfor the given message type and topic. -
Uses of GatewayClient in io.fluxzero.sdk.persisting.eventsourcing.client
Classes in io.fluxzero.sdk.persisting.eventsourcing.client that implement GatewayClientModifier and TypeClassDescriptionclassA client implementation for managing and storing events in an in-memory event store. -
Uses of GatewayClient in io.fluxzero.sdk.publishing.client
Classes in io.fluxzero.sdk.publishing.client that implement GatewayClientModifier and TypeClassDescriptionclassAGatewayClientimplementation that sends serialized messages to the Fluxzero Runtime over a WebSocket connection. -
Uses of GatewayClient in io.fluxzero.sdk.scheduling.client
Classes in io.fluxzero.sdk.scheduling.client that implement GatewayClientModifier and TypeClassDescriptionclassA client implementation for managing scheduling operations using an in-memory schedule store. -
Uses of GatewayClient in io.fluxzero.sdk.tracking.client
Classes in io.fluxzero.sdk.tracking.client that implement GatewayClientModifier and TypeClassDescriptionclassIn-memory implementation of theTrackingClientandGatewayClientinterfaces, designed for local-only or test-time usage.