Interface IMessageChannelConfigurer
Assembly: Steeltoe.Stream.StreamBase.dll
public interface IMessageChannelConfigurer
Methods
|
Edit this page
View Source
Declaration
void ConfigureInputChannel(IMessageChannel messageChannel, string channelName)
Parameters
Type |
Name |
Description |
IMessageChannel |
messageChannel |
|
System.String |
channelName |
|
|
Edit this page
View Source
Declaration
void ConfigureOutputChannel(IMessageChannel messageChannel, string channelName)
Parameters
Type |
Name |
Description |
IMessageChannel |
messageChannel |
|
System.String |
channelName |
|