Class RabbitListenerEndpointRegistrar
Inheritance
System.Object
RabbitListenerEndpointRegistrar
Implements
IServiceNameAware
Assembly: Steeltoe.Messaging.RabbitMQ.dll
Syntax
public class RabbitListenerEndpointRegistrar : object, IRabbitListenerEndpointRegistrar
Constructors
|
Edit this page
View Source
RabbitListenerEndpointRegistrar(IMessageHandlerMethodFactory)
Declaration
public RabbitListenerEndpointRegistrar(IMessageHandlerMethodFactory messageHandlerMethodFactory = null)
Parameters
Type |
Name |
Description |
IMessageHandlerMethodFactory |
messageHandlerMethodFactory |
|
Fields
|
Edit this page
View Source
DEFAULT_SERVICE_NAME
Declaration
public const string DEFAULT_SERVICE_NAME = null
Field Value
Type |
Description |
System.String |
|
Properties
|
Edit this page
View Source
ApplicationContext
Declaration
public IApplicationContext ApplicationContext { get; set; }
Property Value
Type |
Description |
IApplicationContext |
|
|
Edit this page
View Source
ContainerFactory
Declaration
public IRabbitListenerContainerFactory ContainerFactory { get; set; }
Property Value
|
Edit this page
View Source
ContainerFactoryServiceName
Declaration
public string ContainerFactoryServiceName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
EndpointRegistry
Declaration
public IRabbitListenerEndpointRegistry EndpointRegistry { get; set; }
Property Value
|
Edit this page
View Source
MessageHandlerMethodFactory
Declaration
public IMessageHandlerMethodFactory MessageHandlerMethodFactory { get; set; }
Property Value
Type |
Description |
IMessageHandlerMethodFactory |
|
|
Edit this page
View Source
ServiceName
Declaration
public string ServiceName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Declaration
public bool StartImmediately { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
|
Edit this page
View Source
Initialize()
Declaration
|
Edit this page
View Source
RegisterAllEndpoints()
Declaration
protected void RegisterAllEndpoints()
|
Edit this page
View Source
RegisterEndpoint(IRabbitListenerEndpoint)
Declaration
public void RegisterEndpoint(IRabbitListenerEndpoint endpoint)
Parameters
|
Edit this page
View Source
RegisterEndpoint(IRabbitListenerEndpoint, IRabbitListenerContainerFactory)
Declaration
public void RegisterEndpoint(IRabbitListenerEndpoint endpoint, IRabbitListenerContainerFactory factory)
Parameters
Implements
IServiceNameAware