Class MultiMethodRabbitListenerEndpoint
public class MultiMethodRabbitListenerEndpoint : MethodRabbitListenerEndpoint, IRabbitListenerEndpoint
- Inheritance
-
MultiMethodRabbitListenerEndpoint
- Implements
- Inherited Members
Constructors
MultiMethodRabbitListenerEndpoint(IApplicationContext, List<MethodInfo>, object, ILoggerFactory)
public MultiMethodRabbitListenerEndpoint(IApplicationContext applicationContext, List<MethodInfo> methods, object instance, ILoggerFactory loggerFactory = null)
Parameters
applicationContext
IApplicationContextmethods
List<MethodInfo>instance
objectloggerFactory
ILoggerFactory
MultiMethodRabbitListenerEndpoint(IApplicationContext, List<MethodInfo>, MethodInfo, object, ILoggerFactory)
public MultiMethodRabbitListenerEndpoint(IApplicationContext applicationContext, List<MethodInfo> methods, MethodInfo defaultMethod, object instance, ILoggerFactory loggerFactory = null)
Parameters
applicationContext
IApplicationContextmethods
List<MethodInfo>defaultMethod
MethodInfoinstance
objectloggerFactory
ILoggerFactory
Properties
DefaultMethod
public MethodInfo DefaultMethod { get; }
Property Value
Methods
public List<MethodInfo> Methods { get; }
Property Value
Methods
ConfigureListenerAdapter(MessagingMessageListenerAdapter)
protected override HandlerAdapter ConfigureListenerAdapter(MessagingMessageListenerAdapter messageListener)
Parameters
messageListener
MessagingMessageListenerAdapter