Class MethodRabbitListenerEndpoint
Inheritance
System.Object
MethodRabbitListenerEndpoint
Assembly: Steeltoe.Messaging.RabbitMQ.dll
Syntax
public class MethodRabbitListenerEndpoint : AbstractRabbitListenerEndpoint, IRabbitListenerEndpoint
Constructors
|
Edit this page
View Source
MethodRabbitListenerEndpoint(IApplicationContext, MethodInfo, Object, ILoggerFactory)
Declaration
public MethodRabbitListenerEndpoint(IApplicationContext applicationContext, MethodInfo method, object instance, ILoggerFactory loggerFactory = null)
Parameters
Type |
Name |
Description |
IApplicationContext |
applicationContext |
|
MethodInfo |
method |
|
System.Object |
instance |
|
ILoggerFactory |
loggerFactory |
|
Properties
|
Edit this page
View Source
ErrorHandler
Declaration
public IRabbitListenerErrorHandler ErrorHandler { get; set; }
Property Value
|
Edit this page
View Source
Instance
Declaration
public object Instance { get; set; }
Property Value
Type |
Description |
System.Object |
|
|
Edit this page
View Source
MessageHandlerMethodFactory
Declaration
public IMessageHandlerMethodFactory MessageHandlerMethodFactory { get; set; }
Property Value
Type |
Description |
IMessageHandlerMethodFactory |
|
|
Edit this page
View Source
Method
Declaration
public MethodInfo Method { get; set; }
Property Value
Type |
Description |
MethodInfo |
|
|
Edit this page
View Source
ReturnExceptions
Declaration
public bool ReturnExceptions { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
|
Edit this page
View Source
Declaration
protected virtual HandlerAdapter ConfigureListenerAdapter(MessagingMessageListenerAdapter messageListener)
Parameters
Returns
|
Edit this page
View Source
CreateMessageListener(IMessageListenerContainer)
Declaration
protected override IMessageListener CreateMessageListener(IMessageListenerContainer container)
Parameters
Returns
Overrides
|
Edit this page
View Source
CreateMessageListenerInstance()
Declaration
protected virtual MessagingMessageListenerAdapter CreateMessageListenerInstance()
Returns
|
Edit this page
View Source
GetEndpointDescription()
Declaration
protected override StringBuilder GetEndpointDescription()
Returns
Type |
Description |
StringBuilder |
|
Overrides
Implements