Behaviour for the persistence of the global partition state.
See Roger.Partition.Global on how to implement a custom persister module.
Summary
Callbacks
Called when the global state process starts.
Called when the global state needs to be loaded.
Called when the global state needs to be stored.
Callbacks
@callback init(id :: String.t()) :: :ok
Called when the global state process starts.
Called when the global state needs to be loaded.
Called when the global state needs to be stored.