Class DefaultPulsarMessageReaderContainer<T>

Type Parameters:
T - reader data 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, PulsarMessageReaderContainer

public class DefaultPulsarMessageReaderContainer<T> extends AbstractPulsarMessageReaderContainer<T>
Default implementation for the Pulsar reader container. This implementation is responsible for all the lifecycle management for the reader container.