Class StreamListenerMethodValidator
Inheritance
System.Object
StreamListenerMethodValidator
Assembly: Steeltoe.Stream.StreamBase.dll
Syntax
public class StreamListenerMethodValidator : object
Constructors
|
Edit this page
View Source
StreamListenerMethodValidator(MethodInfo, IApplicationContext, List<IStreamListenerParameterAdapter>)
Declaration
public StreamListenerMethodValidator(MethodInfo method, IApplicationContext context = null, List<IStreamListenerParameterAdapter> streamListenerParameterAdapters = null)
Parameters
Properties
|
Edit this page
View Source
Method
Declaration
public MethodInfo Method { get; }
Property Value
Type |
Description |
MethodInfo |
|
Methods
|
Edit this page
View Source
CheckDeclarativeMethod(String)
Declaration
public bool CheckDeclarativeMethod(string methodAnnotatedInboundName)
Parameters
Type |
Name |
Description |
System.String |
methodAnnotatedInboundName |
|
Returns
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
Declaration
public int GetInputAnnotationCount()
Returns
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
GetOutboundBindingTargetName()
Declaration
public string GetOutboundBindingTargetName()
Returns
Type |
Description |
System.String |
|
|
Edit this page
View Source
GetOutputAnnotationCount()
Declaration
public int GetOutputAnnotationCount()
Returns
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
Validate(String, String)
Declaration
public void Validate(string methodAnnotatedInboundName, string condition)
Parameters
Type |
Name |
Description |
System.String |
methodAnnotatedInboundName |
|
System.String |
condition |
|
|
Edit this page
View Source
ValidateStreamListenerMessageHandler()
Declaration
public void ValidateStreamListenerMessageHandler()