Class MethodPulsarListenerEndpoint<V>

java.lang.Object
org.springframework.pulsar.config.AbstractPulsarListenerEndpoint<V>
org.springframework.pulsar.config.MethodPulsarListenerEndpoint<V>
Type Parameters:
V - Message payload type
All Implemented Interfaces:
Aware, BeanFactoryAware, InitializingBean, ListenerEndpoint<PulsarMessageListenerContainer>, PulsarListenerEndpoint

public class MethodPulsarListenerEndpoint<V> extends AbstractPulsarListenerEndpoint<V>
A PulsarListenerEndpoint providing the method to invoke to process an incoming message for this endpoint.
Author:
Soby Chacko, Alexander Preuß, Chris Bono