Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 456 Bytes

File metadata and controls

9 lines (6 loc) · 456 Bytes

pmg/queue-mapping-handler

Build Status

Provides a PMG\Queue\MessageHandler implementation that maps messages to callables via a HandlerResolver. The default HandlerResolver is one that uses an array or ArrayAccess and the message name.

See the examples directory for example usage with the queue as a whole.