Class: PgEventstore::RunnerState
- Inherits:
-
Object
- Object
- PgEventstore::RunnerState
- Includes:
- Extensions::CallbacksExtension
- Defined in:
- lib/pg_eventstore/subscriptions/runner_state.rb
Overview
Implements different states of a runner.
Constant Summary collapse
- STATES =
%i[initial running halting stopped dead].to_h { [_1, _1.to_s.freeze] }.freeze