Class MessageConverterConfigurer
[Obsolete("This feature will be removed in the next major version. See https://steeltoe.io/docs/v3/obsolete for details.")]
public class MessageConverterConfigurer : IMessageChannelAndSourceConfigurer, IMessageChannelConfigurer
- Inheritance
-
MessageConverterConfigurer
- Implements
- Inherited Members
Constructors
MessageConverterConfigurer(IApplicationContext, IOptionsMonitor<BindingServiceOptions>, IMessageConverterFactory, IEnumerable<IPartitionKeyExtractorStrategy>, IEnumerable<IPartitionSelectorStrategy>)
public MessageConverterConfigurer(IApplicationContext applicationContext, IOptionsMonitor<BindingServiceOptions> optionsMonitor, IMessageConverterFactory messageConverterFactory, IEnumerable<IPartitionKeyExtractorStrategy> extractors, IEnumerable<IPartitionSelectorStrategy> selectors)
Parameters
applicationContextIApplicationContextoptionsMonitorIOptionsMonitor<BindingServiceOptions>messageConverterFactoryIMessageConverterFactoryextractorsIEnumerable<IPartitionKeyExtractorStrategy>selectorsIEnumerable<IPartitionSelectorStrategy>
Methods
ConfigureInputChannel(IMessageChannel, string)
public void ConfigureInputChannel(IMessageChannel messageChannel, string channelName)
Parameters
messageChannelIMessageChannelchannelNamestring
ConfigureOutputChannel(IMessageChannel, string)
public void ConfigureOutputChannel(IMessageChannel messageChannel, string channelName)
Parameters
messageChannelIMessageChannelchannelNamestring
ConfigurePolledMessageSource(IPollableMessageSource, string)
public void ConfigurePolledMessageSource(IPollableMessageSource binding, string name)
Parameters
bindingIPollableMessageSourcenamestring