Class SimpleRabbitListenerEndpoint
Inheritance
System.Object
SimpleRabbitListenerEndpoint
Assembly: Steeltoe.Messaging.RabbitMQ.dll
Syntax
public class SimpleRabbitListenerEndpoint : AbstractRabbitListenerEndpoint, IRabbitListenerEndpoint
Constructors
|
Edit this page
View Source
SimpleRabbitListenerEndpoint(IApplicationContext, IMessageListener, ILoggerFactory)
Declaration
public SimpleRabbitListenerEndpoint(IApplicationContext context, IMessageListener listener = null, ILoggerFactory loggerFactory = null)
Parameters
Type |
Name |
Description |
IApplicationContext |
context |
|
IMessageListener |
listener |
|
ILoggerFactory |
loggerFactory |
|
Properties
|
Edit this page
View Source
MessageListener
Declaration
public IMessageListener MessageListener { get; set; }
Property Value
Methods
|
Edit this page
View Source
CreateMessageListener(IMessageListenerContainer)
Declaration
protected override IMessageListener CreateMessageListener(IMessageListenerContainer container)
Parameters
Returns
Overrides
|
Edit this page
View Source
GetEndpointDescription()
Declaration
protected override StringBuilder GetEndpointDescription()
Returns
Type |
Description |
StringBuilder |
|
Overrides
Implements