Class ConcurrentPulsarMessageListenerContainer<T>

Type Parameters:
T - the payload type.
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.DisposableBean, org.springframework.context.ApplicationContextAware, org.springframework.context.ApplicationEventPublisherAware, org.springframework.context.Lifecycle, org.springframework.context.Phased, org.springframework.context.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.