Module: ActionMailbox::Callbacks

Extended by:
ActiveSupport::Concern
Includes:
ActiveSupport::Callbacks
Included in:
Base
Defined in:
actionmailbox/lib/action_mailbox/callbacks.rb

Overview

Action Mailbox Callbacks

Defines the callbacks related to processing.

Constant Summary collapse

TERMINATOR =
->(mailbox, chain) do
  chain.call
  mailbox.finished_processing?
end

Constants included from ActiveSupport::Callbacks

ActiveSupport::Callbacks::CALLBACK_FILTER_TYPES

Method Summary

Methods included from ActiveSupport::Concern

append_features, class_methods, extended, included, prepend_features, prepended

Methods included from ActiveSupport::Callbacks

#run_callbacks