Table of Contents

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

annotationType Type
methodName string
requiresReply bool

Methods

Filter(List<MethodInfo>)

public List<MethodInfo> Filter(List<MethodInfo> methods)

Parameters

methods List<MethodInfo>

Returns

List<MethodInfo>