Class DefaultStreamListenerSetupMethodOrchestrator
Inheritance
System.Object
DefaultStreamListenerSetupMethodOrchestrator
Assembly: Steeltoe.Stream.StreamBase.dll
Syntax
public class DefaultStreamListenerSetupMethodOrchestrator : AbstractStreamListenerSetupMethodOrchestrator, IStreamListenerSetupMethodOrchestrator
Constructors
|
Edit this page
View Source
DefaultStreamListenerSetupMethodOrchestrator(StreamListenerAttributeProcessor, IApplicationContext, IEnumerable<IStreamListenerParameterAdapter>, IEnumerable<IStreamListenerResultAdapter>)
Declaration
public DefaultStreamListenerSetupMethodOrchestrator(StreamListenerAttributeProcessor processor, IApplicationContext context, IEnumerable<IStreamListenerParameterAdapter> streamListenerParameterAdapters, IEnumerable<IStreamListenerResultAdapter> streamListenerResultAdapters)
Parameters
Methods
|
Edit this page
View Source
OrchestrateStreamListener(StreamListenerAttribute, MethodInfo, Type)
Declaration
public override void OrchestrateStreamListener(StreamListenerAttribute streamListener, MethodInfo method, Type implementation)
Parameters
Overrides
|
Edit this page
View Source
Supports(MethodInfo)
Declaration
public override bool Supports(MethodInfo method)
Parameters
Type |
Name |
Description |
MethodInfo |
method |
|
Returns
Type |
Description |
System.Boolean |
|
Overrides
Implements