Uses of Class
io.fluxzero.sdk.configuration.client.WebSocketClient.ClientConfig
Packages that use WebSocketClient.ClientConfig
-
Uses of WebSocketClient.ClientConfig in io.fluxzero.sdk.common.websocket
Methods in io.fluxzero.sdk.common.websocket with parameters of type WebSocketClient.ClientConfigModifier and TypeMethodDescriptionstatic StringServiceUrlBuilder.buildUrl(WebSocketClient.ClientConfig clientConfig, String path) Constructs a base URL for a Fluxzero client for a given service path.static StringServiceUrlBuilder.eventSourcingUrl(WebSocketClient.ClientConfig clientConfig) Constructs the URL for accessing the event sourcing stream.static StringServiceUrlBuilder.gatewayUrl(MessageType messageType, String topic, WebSocketClient.ClientConfig clientConfig) Builds the URL to send messages to a gateway endpoint for the specified message type and topic.static StringServiceUrlBuilder.keyValueUrl(WebSocketClient.ClientConfig clientConfig) Constructs the URL for accessing the distributed key-value store service.static StringServiceUrlBuilder.schedulingUrl(WebSocketClient.ClientConfig clientConfig) Constructs the URL for accessing the time-based message scheduling service.static StringServiceUrlBuilder.searchUrl(WebSocketClient.ClientConfig clientConfig) Constructs the URL for accessing the document and handler state search service.static StringServiceUrlBuilder.trackingUrl(MessageType messageType, String topic, WebSocketClient.ClientConfig clientConfig) Builds the URL to subscribe to messages from a tracking endpoint for the specified message type and topic. -
Uses of WebSocketClient.ClientConfig in io.fluxzero.sdk.configuration.client
Methods in io.fluxzero.sdk.configuration.client that return WebSocketClient.ClientConfigModifier and TypeMethodDescriptionWebSocketClient.ClientConfig.withGatewaySessions(MessageType messageType, int count) Returns a newClientConfigwith a modified gateway session count for the specified message type.WebSocketClient.ClientConfig.withTrackingConfig(MessageType messageType, WebSocketClient.TrackingClientConfig trackingConfig) Returns a newClientConfigwith a modified tracking config for the specified message type.Methods in io.fluxzero.sdk.configuration.client with parameters of type WebSocketClient.ClientConfigModifier and TypeMethodDescriptionstatic WebSocketClientWebSocketClient.newInstance(WebSocketClient.ClientConfig clientConfig)