Class PulsarBatchMessagingMessageListenerAdapter<V>

java.lang.Object
org.springframework.pulsar.listener.adapter.PulsarMessagingMessageListenerAdapter<V>
org.springframework.pulsar.listener.adapter.PulsarBatchMessagingMessageListenerAdapter<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 PulsarBatchMessagingMessageListenerAdapter<V> extends PulsarMessagingMessageListenerAdapter<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: