Interface RabbitListenerContainerFactory<C extends MessageListenerContainer>

Type Parameters:
C - the container type.
All Superinterfaces:
Aware, BeanNameAware
All Known Implementing Classes:
AbstractRabbitListenerContainerFactory, BaseRabbitListenerContainerFactory, DirectRabbitListenerContainerFactory, SimpleRabbitListenerContainerFactory, StreamRabbitListenerContainerFactory
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 RabbitListenerContainerFactory<C extends MessageListenerContainer> extends BeanNameAware
Since:
1.4
Author:
Stephane Nicoll, Gary Russell, Ngoc Nhan
See Also: