Package io.fluxzero.sdk.configuration.client
package io.fluxzero.sdk.configuration.client
-
ClassDescriptionAbstract base implementation of the
Clientinterface, providing shared logic and lifecycle management for both local (in-memory) and remote (WebSocket-based) Fluxzero clients.Defines the low-level client contract used byFluxzeroBuilderto construct aFluxzeroinstance.Functional interface for monitoring the dispatch of messages by aClient.An in-memoryClientimplementation used for local development, testing, or isolated environments where no connection to the Fluxzero Runtime is required.AClientimplementation that connects to the Fluxzero Runtime using WebSocket connections.Configuration class for creating aWebSocketClient.Configuration for a tracking client assigned to a specificMessageType.