Enum MessageIdMatching
Values that represent how the message ID matches the handler, additionally to the message type.
Namespace: Kephas.Messaging.Composition
Assembly: Kephas.Messaging.dll
Syntax
public enum MessageIdMatching
Fields
Name | Description |
---|---|
All | The handler can handle all messages, independent of the ID. |
Id | The handler can handle messages with the indicated ID. |