public interface MessageListenerContainer
extends org.springframework.context.SmartLifecycle
| Modifier and Type | Method and Description |
|---|---|
default void |
lazyLoad()
Do not check for missing or mismatched queues during startup.
|
void |
setupMessageListener(org.springframework.amqp.core.MessageListener messageListener)
Setup the message listener to use.
|
void setupMessageListener(org.springframework.amqp.core.MessageListener messageListener)
IllegalArgumentException
if that message listener type is not supported.messageListener - the object to wrapped to the MessageListener.default void lazyLoad()