Interface ListenerContainerAware
-
- All Known Implementing Classes:
BatchingRabbitTemplate
,RabbitTemplate
,TestRabbitTemplate
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface ListenerContainerAware
MessageListener
s that also implement this interface can have configuration verified during initialization.- Since:
- 1.5
- Author:
- Gary Russell
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<String>
expectedQueueNames()
Return the queue names that the listener expects to listen to.
-
-
-
Method Detail
-
expectedQueueNames
Collection<String> expectedQueueNames()
Return the queue names that the listener expects to listen to.- Returns:
- the queue names.
-
-