Class AbstractPulsarMessageReaderContainer<T>

java.lang.Object
org.springframework.pulsar.core.AbstractPulsarMessageContainer
org.springframework.pulsar.reader.AbstractPulsarMessageReaderContainer<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
Direct Known Subclasses:
DefaultPulsarMessageReaderContainer

public abstract non-sealed class AbstractPulsarMessageReaderContainer<T> extends AbstractPulsarMessageContainer implements PulsarMessageReaderContainer
Core implementation for PulsarMessageReaderContainer.