Interface IMessagingBehavior<TMessage>
Application service for message processing interception.
Inherited Members
Namespace: Kephas.Messaging.Behaviors
Assembly: Kephas.Messaging.dll
Syntax
[SingletonAppServiceContract(AllowMultiple = true, ContractType = typeof(IMessagingBehavior), MetadataAttributes = new Type[]{typeof(MessagingBehaviorAttribute)})]
public interface IMessagingBehavior<TMessage> : IMessagingBehavior where TMessage : IMessageType Parameters
| Name | Description | 
|---|---|
| TMessage | The type of the message. |