Class DefaultPulsarMessageReaderContainer<T>

Type Parameters:
T - reader data type.
All Implemented Interfaces:
Aware, BeanNameAware, DisposableBean, ApplicationContextAware, ApplicationEventPublisherAware, Lifecycle, Phased, 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.
Author:
Soby Chacko