Class: PgEventstore::RunnerState

Inherits:
Object
  • Object
show all
Includes:
Extensions::CallbacksExtension
Defined in:
lib/pg_eventstore/subscriptions/runner_state.rb,
sig/pg_eventstore/subscriptions/runner_state.rbs

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

Method Summary

Methods included from Extensions::CallbacksExtension

included