Class MultiMethodRabbitListenerEndpoint
Inheritance
System.Object
MultiMethodRabbitListenerEndpoint
Assembly: Steeltoe.Messaging.RabbitMQ.dll
Syntax
public class MultiMethodRabbitListenerEndpoint : MethodRabbitListenerEndpoint, IRabbitListenerEndpoint
Constructors
|
Edit this page
View Source
MultiMethodRabbitListenerEndpoint(IApplicationContext, List<MethodInfo>, MethodInfo, Object, ILoggerFactory)
Declaration
public MultiMethodRabbitListenerEndpoint(IApplicationContext applicationContext, List<MethodInfo> methods, MethodInfo defaultMethod, object instance, ILoggerFactory loggerFactory = null)
Parameters
Type |
Name |
Description |
IApplicationContext |
applicationContext |
|
List<MethodInfo> |
methods |
|
MethodInfo |
defaultMethod |
|
System.Object |
instance |
|
ILoggerFactory |
loggerFactory |
|
|
Edit this page
View Source
MultiMethodRabbitListenerEndpoint(IApplicationContext, List<MethodInfo>, Object, ILoggerFactory)
Declaration
public MultiMethodRabbitListenerEndpoint(IApplicationContext applicationContext, List<MethodInfo> methods, object instance, ILoggerFactory loggerFactory = null)
Parameters
Type |
Name |
Description |
IApplicationContext |
applicationContext |
|
List<MethodInfo> |
methods |
|
System.Object |
instance |
|
ILoggerFactory |
loggerFactory |
|
Properties
|
Edit this page
View Source
DefaultMethod
Declaration
public MethodInfo DefaultMethod { get; }
Property Value
Type |
Description |
MethodInfo |
|
|
Edit this page
View Source
Methods
Declaration
public List<MethodInfo> Methods { get; }
Property Value
Type |
Description |
List<MethodInfo> |
|
Methods
|
Edit this page
View Source
Declaration
protected override HandlerAdapter ConfigureListenerAdapter(MessagingMessageListenerAdapter messageListener)
Parameters
Returns
Overrides
Implements