Table of Contents

Class StreamListenerMethod

Namespace
Steeltoe.Stream.Config
Assembly
Steeltoe.Stream.StreamBase.dll
public class StreamListenerMethod : IStreamListenerMethod
Inheritance
StreamListenerMethod
Implements
Inherited Members

Constructors

StreamListenerMethod(MethodInfo, StreamListenerAttribute)

public StreamListenerMethod(MethodInfo method, StreamListenerAttribute attribute)

Parameters

method MethodInfo
attribute StreamListenerAttribute

Properties

Attribute

public StreamListenerAttribute Attribute { get; }

Property Value

StreamListenerAttribute

ImplementationType

public Type ImplementationType { get; }

Property Value

Type

Method

public MethodInfo Method { get; }

Property Value

MethodInfo