Slide 53
Slide 53 text
Which Handler processes a message?
name: 'messenger.message_handler',
handles: '*', # which message(s) to handle
bus: 'event_bus', # restrict handler to specific bus
method: 'handleEvent', # method to be called on handler
priority: 1, # prioritize handler over others
from_transport: 'async', # handle only received messages