Class: PgEventstore::RunnerState

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

Overview

Implements different states of a runner.

Constant Summary collapse

STATES =

Returns:

  • (Hash<Symbol => String>)
%i[initial running halting stopped dead].to_h { [_1, _1.to_s.freeze] }.freeze

Method Summary

Methods included from Extensions::CallbacksExtension

#define_callback, included