HandlersLocatorInterface
in
Maps a message to a list of handlers.
Tags
Table of Contents
Methods
- getHandlers() : iterable<int, HandlerDescriptor>
- Returns the handlers for the given message name.
Methods
getHandlers()
Returns the handlers for the given message name.
public
getHandlers(Envelope $envelope) : iterable<int, HandlerDescriptor>
Parameters
- $envelope : Envelope