Class StreamListenerMethodValidator
public class StreamListenerMethodValidator
- Inheritance
-
StreamListenerMethodValidator
- Inherited Members
Constructors
StreamListenerMethodValidator(MethodInfo, IApplicationContext, List<IStreamListenerParameterAdapter>)
public StreamListenerMethodValidator(MethodInfo method, IApplicationContext context = null, List<IStreamListenerParameterAdapter> streamListenerParameterAdapters = null)
Parameters
method
MethodInfocontext
IApplicationContextstreamListenerParameterAdapters
List<IStreamListenerParameterAdapter>
Properties
Method
public MethodInfo Method { get; }
Property Value
Methods
CheckDeclarativeMethod(string)
public bool CheckDeclarativeMethod(string methodAnnotatedInboundName)
Parameters
methodAnnotatedInboundName
string
Returns
GetInputAnnotationCount()
public int GetInputAnnotationCount()
Returns
GetOutboundBindingTargetName()
public string GetOutboundBindingTargetName()
Returns
GetOutputAnnotationCount()
public int GetOutputAnnotationCount()
Returns
Validate(string, string)
public void Validate(string methodAnnotatedInboundName, string condition)
Parameters
ValidateStreamListenerMessageHandler()
public void ValidateStreamListenerMessageHandler()