Class ConcurrentPulsarMessageListenerContainer<T>

Type Parameters:
T - the payload type.
All Implemented Interfaces:
Aware, BeanNameAware, DisposableBean, ApplicationContextAware, ApplicationEventPublisherAware, Lifecycle, Phased, SmartLifecycle, MessageListenerContainer, PulsarMessageListenerContainer

public class ConcurrentPulsarMessageListenerContainer<T> extends AbstractPulsarMessageListenerContainer<T>
Creates a concurrent execution context of DefaultPulsarMessageListenerContainer instances based on the concurrency. Concurrency > 1 is not allowed for exclusive subscriptions.
Author:
Soby Chacko, Alexander Preuß, Chris Bono