Méthode | Description | |
---|---|---|
Clear ( ) : void |
Clears the cache.
|
|
GetHandlersFor ( |
Gets the list of handlers Types for the given messageType.
|
|
GetMessageTypes ( ) : IEnumerable |
Lists all message type for which we have handlers. This method should not be called on a hot path. |
|
RegisterHandler ( |
Registers the given potential handler type.
|
Méthode | Description | |
---|---|---|
CacheHandlerMethods ( |
||
CacheMethod ( |
||
GetMessageTypesBeingHandledBy ( |
||
GetMethod ( |
||
MessageHandlerRegistry ( Conventions conventions ) : System | ||
ValidateHandlerType ( |
public GetHandlersFor ( |
||
messageType | ||
Résultat | List |
public RegisterHandler ( |
||
handlerType | ||
Résultat | void |