Method | Description | |
---|---|---|
GetHandlers ( |
Returns handlers in a correct order. Returns empty array if no handlers found for such message. This method doesn't use reflection.
|
|
HandlerRegistry ( List |
Creates HandlerRegistry with specified lookup dictionary
|
|
IsMatch ( |
public GetHandlers ( |
||
messageType | ||
return | IHandler[] |
public HandlerRegistry ( List |
||
handlers | List |
|
return | System |
public IsMatch ( |
||
messageType | ||
handlerSubscriptions | IEnumerable |
|
return | bool |