Raxol.Cloud.StateManager (Raxol v0.5.0)
View SourceCentralized state management for Raxol cloud components.
This module provides a centralized way to store and retrieve state for all cloud components, eliminating the need for Process.put/2 and Process.get/1 in multiple modules.
Summary
Functions
Returns a specification to start this module under a supervisor.
Clears the state.
Gets a value from the state.
Gets the entire state.
Puts a value in the state.
Starts the state manager.
Updates a value in the state.
Functions
Returns a specification to start this module under a supervisor.
See Supervisor
.
Clears the state.
Gets a value from the state.
Gets the entire state.
Puts a value in the state.
Starts the state manager.
Updates a value in the state.