Interface IRabbitListenerEndpointRegistrar
public interface IRabbitListenerEndpointRegistrar : IServiceNameAware
- Inherited Members
Properties
ApplicationContext
IApplicationContext ApplicationContext { get; set; }
Property Value
ContainerFactory
IRabbitListenerContainerFactory ContainerFactory { get; set; }
Property Value
ContainerFactoryServiceName
string ContainerFactoryServiceName { get; set; }
Property Value
EndpointRegistry
IRabbitListenerEndpointRegistry EndpointRegistry { get; set; }
Property Value
MessageHandlerMethodFactory
IMessageHandlerMethodFactory MessageHandlerMethodFactory { get; set; }
Property Value
StartImmediately
bool StartImmediately { get; set; }
Property Value
Methods
Initialize()
void Initialize()
RegisterEndpoint(IRabbitListenerEndpoint)
void RegisterEndpoint(IRabbitListenerEndpoint endpoint)
Parameters
endpoint
IRabbitListenerEndpoint
RegisterEndpoint(IRabbitListenerEndpoint, IRabbitListenerContainerFactory)
void RegisterEndpoint(IRabbitListenerEndpoint endpoint, IRabbitListenerContainerFactory factory)
Parameters
endpoint
IRabbitListenerEndpointfactory
IRabbitListenerContainerFactory