Class ImmutableMessageChannelInterceptor
Inheritance
System.Object
ImmutableMessageChannelInterceptor
Assembly: Steeltoe.Messaging.MessagingBase.dll
Syntax
public class ImmutableMessageChannelInterceptor : AbstractChannelInterceptor, IChannelInterceptor
Constructors
|
Edit this page
View Source
ImmutableMessageChannelInterceptor()
Declaration
public ImmutableMessageChannelInterceptor()
|
Edit this page
View Source
ImmutableMessageChannelInterceptor(Int32)
Declaration
public ImmutableMessageChannelInterceptor(int order)
Parameters
Type |
Name |
Description |
System.Int32 |
order |
|
Methods
|
Edit this page
View Source
PreSend(IMessage, IMessageChannel)
Declaration
public override IMessage PreSend(IMessage message, IMessageChannel channel)
Parameters
Returns
Overrides
Implements
IOrdered