Class AbstractStreamListenerSetupMethodOrchestrator
Inheritance
System.Object
AbstractStreamListenerSetupMethodOrchestrator
Assembly: Steeltoe.Stream.StreamBase.dll
Syntax
public abstract class AbstractStreamListenerSetupMethodOrchestrator : object, IStreamListenerSetupMethodOrchestrator
Constructors
|
Edit this page
View Source
AbstractStreamListenerSetupMethodOrchestrator(IApplicationContext)
Declaration
protected AbstractStreamListenerSetupMethodOrchestrator(IApplicationContext context)
Parameters
Type |
Name |
Description |
IApplicationContext |
context |
|
Fields
|
Edit this page
View Source
_context
Declaration
protected readonly IApplicationContext _context
Field Value
Type |
Description |
IApplicationContext |
|
Methods
|
Edit this page
View Source
AdaptAndRetrieveInboundArguments(MethodInfo, String, IStreamListenerParameterAdapter[])
Declaration
public object[] AdaptAndRetrieveInboundArguments(MethodInfo method, string inboundName, params IStreamListenerParameterAdapter[] streamListenerParameterAdapters)
Parameters
Returns
Type |
Description |
System.Object[] |
|
|
Edit this page
View Source
OrchestrateStreamListener(StreamListenerAttribute, MethodInfo, Type)
Declaration
public abstract void OrchestrateStreamListener(StreamListenerAttribute streamListener, MethodInfo method, Type bean)
Parameters
|
Edit this page
View Source
Supports(MethodInfo)
Declaration
public abstract bool Supports(MethodInfo method)
Parameters
Type |
Name |
Description |
MethodInfo |
method |
|
Returns
Type |
Description |
System.Boolean |
|
Implements