Interface IMessageListenerContainer
Namespace: Steeltoe.Messaging.RabbitMQ.Listener
Assembly: Steeltoe.Messaging.RabbitMQ.dll
Syntax
public interface IMessageListenerContainer
Methods
| Edit this page View SourceInitialize()
Declaration
void Initialize()
LazyLoad()
Do not check for missing or mismatched queues during startup. Used for lazily loaded message listener containers to avoid a deadlock when starting such containers. Applications lazily loading containers should verify the queue configuration before loading the container bean.
Declaration
void LazyLoad()
SetupMessageListener(IMessageListener)
Setup the message listener to use.
Declaration
void SetupMessageListener(IMessageListener messageListener)
Parameters
Type | Name | Description |
---|---|---|
IMessageListener | messageListener | the message listener |