commanded v0.2.0 Commanded.ProcessManagers.ProcessManager

Process to provide access to a process manager.

Summary

Functions

Handle the given event, using the process manager module, against the current process state

Attempt to fetch intial process state from snapshot storage

Handle the given event by calling the process manager module

Fetch the process state of this instance

Functions

handle_call(msg, from, state)

Handle the given event, using the process manager module, against the current process state

handle_cast(msg, state)

Attempt to fetch intial process state from snapshot storage

process_event(process_manager, event)

Handle the given event by calling the process manager module

process_state(process_manager)

Fetch the process state of this instance

start_link(command_dispatcher, process_manager_module, process_uuid)