Methods
Instance Public methods
after_deliver(*filters, &blk) Link
Defines a callback that will get called right after the message’s delivery method is finished.
around_deliver(*filters, &blk) Link
Defines a callback that will get called around the message’s deliver method.
before_deliver(*filters, &blk) Link
Defines a callback that will get called right before the message is sent to the delivery method.