Package io.fluxzero.sdk.tracking.client
package io.fluxzero.sdk.tracking.client
-
ClassDescriptionA
TrackingClientimplementation that wraps another client (typically aWebsocketTrackingClient) and caches recent messages in memory to reduce redundant round trips to the Fluxzero Runtime.A tracker keeps reading messages until it is stopped (generally only when the application is shut down).An in-memory implementation of theMessageStoreinterface for storingSerializedMessages without external persistence.In-memory implementation of theTrackingClientandGatewayClientinterfaces, designed for local-only or test-time usage.Low-level client interface for tracking and consuming messages from a message log.WebSocket-based implementation of theTrackingClientthat connects to the Fluxzero Runtime.