Class DefaultPulsarMessageListenerContainer<T>

Type Parameters:
T - message 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 DefaultPulsarMessageListenerContainer<T> extends AbstractPulsarMessageListenerContainer<T>
Default implementation for PulsarMessageListenerContainer.