Class StreamListenerMethodValidator
[Obsolete("This feature will be removed in the next major version. See https://steeltoe.io/docs/v3/obsolete for details.")]
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
methodMethodInfocontextIApplicationContextstreamListenerParameterAdaptersList<IStreamListenerParameterAdapter>
Properties
Method
public MethodInfo Method { get; }
Property Value
Methods
CheckDeclarativeMethod(string)
public bool CheckDeclarativeMethod(string methodAnnotatedInboundName)
Parameters
methodAnnotatedInboundNamestring
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()