Class DefaultStreamListenerSetupMethodOrchestrator
public class DefaultStreamListenerSetupMethodOrchestrator : AbstractStreamListenerSetupMethodOrchestrator, IStreamListenerSetupMethodOrchestrator
- Inheritance
-
DefaultStreamListenerSetupMethodOrchestrator
- Implements
- Inherited Members
Constructors
DefaultStreamListenerSetupMethodOrchestrator(StreamListenerAttributeProcessor, IApplicationContext, IEnumerable<IStreamListenerParameterAdapter>, IEnumerable<IStreamListenerResultAdapter>)
public DefaultStreamListenerSetupMethodOrchestrator(StreamListenerAttributeProcessor processor, IApplicationContext context, IEnumerable<IStreamListenerParameterAdapter> streamListenerParameterAdapters, IEnumerable<IStreamListenerResultAdapter> streamListenerResultAdapters)
Parameters
processor
StreamListenerAttributeProcessorcontext
IApplicationContextstreamListenerParameterAdapters
IEnumerable<IStreamListenerParameterAdapter>streamListenerResultAdapters
IEnumerable<IStreamListenerResultAdapter>
Methods
OrchestrateStreamListener(StreamListenerAttribute, MethodInfo, Type)
public override void OrchestrateStreamListener(StreamListenerAttribute streamListener, MethodInfo method, Type implementation)
Parameters
streamListener
StreamListenerAttributemethod
MethodInfoimplementation
Type
Supports(MethodInfo)
public override bool Supports(MethodInfo method)
Parameters
method
MethodInfo