Interface IMessageMatch
Contract for message matching criteria.
Inherited Members
System.Dynamic.IDynamicMetaObjectProvider.GetMetaObject(System.Linq.Expressions.Expression)
Namespace: Kephas.Messaging
Assembly: Kephas.Messaging.dll
Syntax
public interface IMessageMatch : IExpando, IDynamicMetaObjectProvider, IIndexable
Properties
| Improve this Doc View SourceEnvelopeType
Gets the type of the envelope.
Declaration
Type EnvelopeType { get; }
Property Value
Type | Description |
---|---|
System.Type | The type of the envelope. |
EnvelopeTypeMatching
Gets the envelope type matching.
Declaration
MessageTypeMatching EnvelopeTypeMatching { get; }
Property Value
Type | Description |
---|---|
MessageTypeMatching | The envelope type matching. |
MessageId
Gets the identifier of the message.
Declaration
object MessageId { get; }
Property Value
Type | Description |
---|---|
System.Object | The identifier of the message. |
MessageIdMatching
Gets the message identifier matching.
Declaration
MessageIdMatching MessageIdMatching { get; }
Property Value
Type | Description |
---|---|
MessageIdMatching | The message identifier matching. |
MessageType
Gets the type of the message.
Declaration
Type MessageType { get; }
Property Value
Type | Description |
---|---|
System.Type | The type of the message. |
MessageTypeMatching
Gets the message type matching.
Declaration
MessageTypeMatching MessageTypeMatching { get; }
Property Value
Type | Description |
---|---|
MessageTypeMatching | The message type matching. |