Class StreamListenerAttributeProcessor
Inheritance
System.Object
StreamListenerAttributeProcessor
Assembly: Steeltoe.Stream.StreamBase.dll
Syntax
public class StreamListenerAttributeProcessor : object
Constructors
|
Edit this page
View Source
StreamListenerAttributeProcessor(IApplicationContext, IOptionsMonitor<SpringIntegrationOptions>, IEnumerable<IStreamListenerParameterAdapter>, IEnumerable<IStreamListenerResultAdapter>, IDestinationResolver<IMessageChannel>, IMessageHandlerMethodFactory, IEnumerable<IStreamListenerSetupMethodOrchestrator>, IEnumerable<IStreamListenerMethod>)
Declaration
public StreamListenerAttributeProcessor(IApplicationContext context, IOptionsMonitor<SpringIntegrationOptions> springIntegrationOptionsMonitor, IEnumerable<IStreamListenerParameterAdapter> streamListenerParameterAdapters, IEnumerable<IStreamListenerResultAdapter> streamListenerResultAdapters, IDestinationResolver<IMessageChannel> binderAwareChannelResolver, IMessageHandlerMethodFactory messageHandlerMethodFactory, IEnumerable<IStreamListenerSetupMethodOrchestrator> methodOrchestrators, IEnumerable<IStreamListenerMethod> methods)
Parameters
Methods
|
Edit this page
View Source
Initialize()
Declaration
|
Edit this page
View Source
PostProcessAttribute(StreamListenerAttribute)
Declaration
protected virtual StreamListenerAttribute PostProcessAttribute(StreamListenerAttribute attribute)
Parameters
Returns