Module: HookBridge::ReplayableMessageStatus

Defined in:
lib/hookbridge/types.rb

Constant Summary collapse

FAILED_PERMANENT =
"failed_permanent"
PENDING_RETRY =
"pending_retry"
ALL =
[FAILED_PERMANENT, PENDING_RETRY].freeze