Class PulsarBatchMessagesToSpringMessageListenerAdapter<V>

java.lang.Object
org.springframework.pulsar.listener.adapter.AbstractPulsarMessageToSpringMessageAdapter<V>
org.springframework.pulsar.listener.adapter.PulsarBatchMessagesToSpringMessageListenerAdapter<V>
Type Parameters:
V - payload type.
All Implemented Interfaces:
Serializable, org.apache.pulsar.client.api.MessageListener<V>, PulsarBatchAcknowledgingMessageListener<V>, PulsarBatchMessageListener<V>, PulsarRecordMessageListener<V>

public class PulsarBatchMessagesToSpringMessageListenerAdapter<V> extends AbstractPulsarMessageToSpringMessageAdapter<V> implements PulsarBatchAcknowledgingMessageListener<V>
A MessageListener adapter that invokes a configurable HandlerAdapter; used when the factory is configured for the listener to receive batches of messages.
Author:
Soby Chacko
See Also: