Uses of Class
io.fluxcapacitor.javaclient.configuration.client.WebSocketClient.ClientConfig
Packages that use WebSocketClient.ClientConfig
Package
Description
-
Uses of WebSocketClient.ClientConfig in io.fluxcapacitor.javaclient.common.websocket
Methods in io.fluxcapacitor.javaclient.common.websocket with parameters of type WebSocketClient.ClientConfigModifier and TypeMethodDescriptionstatic String
ServiceUrlBuilder.buildUrl
(WebSocketClient.ClientConfig clientConfig, String path) Constructs a base URL for a given service path, including query parameters derived from the given client config.static String
ServiceUrlBuilder.eventSourcingUrl
(WebSocketClient.ClientConfig clientConfig) Constructs the URL for accessing the event sourcing stream.static String
ServiceUrlBuilder.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 String
ServiceUrlBuilder.keyValueUrl
(WebSocketClient.ClientConfig clientConfig) Constructs the URL for accessing the distributed key-value store service.static String
ServiceUrlBuilder.schedulingUrl
(WebSocketClient.ClientConfig clientConfig) Constructs the URL for accessing the time-based message scheduling service.static String
ServiceUrlBuilder.searchUrl
(WebSocketClient.ClientConfig clientConfig) Constructs the URL for accessing the document and handler state search service.static String
ServiceUrlBuilder.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.fluxcapacitor.javaclient.configuration.client
Methods in io.fluxcapacitor.javaclient.configuration.client that return WebSocketClient.ClientConfigModifier and TypeMethodDescriptionWebSocketClient.ClientConfig.withGatewaySessions
(MessageType messageType, int count) Returns a newClientConfig
with a modified gateway session count for the specified message type.WebSocketClient.ClientConfig.withTrackingConfig
(MessageType messageType, WebSocketClient.TrackingClientConfig trackingConfig) Returns a newClientConfig
with a modified tracking config for the specified message type.Methods in io.fluxcapacitor.javaclient.configuration.client with parameters of type WebSocketClient.ClientConfigModifier and TypeMethodDescriptionstatic WebSocketClient
WebSocketClient.newInstance
(WebSocketClient.ClientConfig clientConfig)