Class AnnotatedMethodFilter
Inheritance
System.Object
AnnotatedMethodFilter
Assembly: Steeltoe.Integration.IntegrationBase.dll
Syntax
public class AnnotatedMethodFilter : IMethodFilter
Constructors
|
Edit this page
View Source
AnnotatedMethodFilter(Type, String, Boolean)
Declaration
public AnnotatedMethodFilter(Type annotationType, string methodName, bool requiresReply)
Parameters
Type |
Name |
Description |
Type |
annotationType |
|
System.String |
methodName |
|
System.Boolean |
requiresReply |
|
Methods
|
Edit this page
View Source
Filter(List<MethodInfo>)
Declaration
public List<MethodInfo> Filter(List<MethodInfo> methods)
Parameters
Type |
Name |
Description |
List<MethodInfo> |
methods |
|
Returns
Type |
Description |
List<MethodInfo> |
|