Interface IRabbitListenerEndpointRegistrar
Assembly: Steeltoe.Messaging.RabbitMQ.dll
Syntax
public interface IRabbitListenerEndpointRegistrar
Properties
|
Edit this page
View Source
ApplicationContext
Declaration
IApplicationContext ApplicationContext { get; set; }
Property Value
Type |
Description |
IApplicationContext |
|
|
Edit this page
View Source
ContainerFactory
Declaration
IRabbitListenerContainerFactory ContainerFactory { get; set; }
Property Value
|
Edit this page
View Source
ContainerFactoryServiceName
Declaration
string ContainerFactoryServiceName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
EndpointRegistry
Declaration
IRabbitListenerEndpointRegistry EndpointRegistry { get; set; }
Property Value
|
Edit this page
View Source
MessageHandlerMethodFactory
Declaration
IMessageHandlerMethodFactory MessageHandlerMethodFactory { get; set; }
Property Value
Type |
Description |
IMessageHandlerMethodFactory |
|
|
Edit this page
View Source
Declaration
bool StartImmediately { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
|
Edit this page
View Source
Initialize()
Declaration
|
Edit this page
View Source
RegisterEndpoint(IRabbitListenerEndpoint)
Declaration
void RegisterEndpoint(IRabbitListenerEndpoint endpoint)
Parameters
|
Edit this page
View Source
RegisterEndpoint(IRabbitListenerEndpoint, IRabbitListenerContainerFactory)
Declaration
void RegisterEndpoint(IRabbitListenerEndpoint endpoint, IRabbitListenerContainerFactory factory)
Parameters