Expand description

Wrapper for components with shared state.

Structs

A bridge to a StateService. This allows message passing with state handlers, as well as their parent service. Useful when you want to access the events emitted by StateService.

Context agent for managing shared state. In charge of applying changes to state then notifying subscribers of new state.

Enums

Input message for either StateService or StateHandler.

Output message from either StateService or StateHandler.

Message send to StateService.

Message sent to StateService subscribers.