Enum MessageTypeMatching
Values that represent how the message type matches the handler.
Namespace: Kephas.Messaging.Composition
Assembly: Kephas.Messaging.dll
Syntax
public enum MessageTypeMatching
Fields
| Name | Description |
|---|---|
| Type | The handler can handle messages of the indicated type. |
| TypeOrHierarchy | The handler can handle messages of the indicated type or any derived type. |