Action that calls an arbitrary function.
Summary
Types
@type t() :: %BB.Controller.Action.Callback{ handler: (BB.Message.t(), BB.Controller.Action.Context.t() -> any()) }
Action that calls an arbitrary function.
@type t() :: %BB.Controller.Action.Callback{ handler: (BB.Message.t(), BB.Controller.Action.Context.t() -> any()) }