Class AnnotatedMethodFilter
- Namespace
- Steeltoe.Integration.Util
- Assembly
- Steeltoe.Integration.IntegrationBase.dll
public class AnnotatedMethodFilter : IMethodFilter
- Inheritance
-
AnnotatedMethodFilter
- Implements
- Inherited Members
Constructors
AnnotatedMethodFilter(Type, string, bool)
public AnnotatedMethodFilter(Type annotationType, string methodName, bool requiresReply)
Parameters
Methods
Filter(List<MethodInfo>)
public List<MethodInfo> Filter(List<MethodInfo> methods)
Parameters
methods
List<MethodInfo>