Interface ContainerComponentFactory<T,O extends ContainerOptions<O,?>>

All Known Implementing Classes:
FifoSqsComponentFactory, StandardSqsComponentFactory

public interface ContainerComponentFactory<T,O extends ContainerOptions<O,?>>
A factory for creating components for the MessageListenerContainer. Implementations can instantiate and configure each component according to its strategies, using the provided ContainerOptions.
Since:
3.0
Author:
Tomaz Fernandes