Roger.Partition.Global.StatePersister.Filesystem (roger v3.1.1) View Source

Module implementing filesystem storage for Roger.Partition.Global state persistence.

The path in which the state files are saved can be configured like this:

config :roger, Roger.Partition.Global.StatePersister.Filesystem,
  path: "/path/to/files"

Note that in a distributed setup, it does not make sense to use this persister unless you are sharing the filesystem between the multiple machines.

Link to this section Summary

Link to this section Functions