Module: NtiEventBus::Dispatchers

Defined in:
lib/nti_event_bus/dispatchers.rb

Overview

Strategies for turning a resolved (handler_name, payload) pair into actual handler execution. A dispatcher is any object responding to #call(handler_name, payload).

Defined Under Namespace

Classes: ActiveJob, Inline