roger v1.4.0 Roger.Partition.Global.StatePersister.Stub View Source

Stub module for Roger.Partition.Global state persistence.

This is the default implementation, which does not persist any global partition state.

Link to this section Summary

Functions

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

Link to this section Functions

Called when the global state process starts.

Callback implementation for Roger.Partition.Global.StatePersister.init/1.

Called when the global state needs to be loaded.

Callback implementation for Roger.Partition.Global.StatePersister.load/1.

Called when the global state needs to be stored.

Callback implementation for Roger.Partition.Global.StatePersister.store/2.