IStateParams

Interface representing the runtime parameters for state management. Extends the state schema with client-specific runtime dependencies.

clientId: string

The unique ID of the client associated with the state instance.

logger: ILogger

The logger instance for recording state-related activity and errors.

bus: IBus

The bus instance for event communication within the swarm.