Skip to content

AgencyPMG/queue-mapping-handler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.