Class MethodReactivePulsarListenerEndpoint<V>

java.lang.Object
org.springframework.pulsar.reactive.config.AbstractReactivePulsarListenerEndpoint<V>
org.springframework.pulsar.reactive.config.MethodReactivePulsarListenerEndpoint<V>
Type Parameters:
V - Message payload type
All Implemented Interfaces:
Aware, BeanFactoryAware, InitializingBean, ListenerEndpoint<ReactivePulsarMessageListenerContainer<V>>, ReactivePulsarListenerEndpoint<V>

public class MethodReactivePulsarListenerEndpoint<V> extends AbstractReactivePulsarListenerEndpoint<V>
A ReactivePulsarListenerEndpoint providing the method to invoke to process an incoming message for this endpoint.
Author:
Christophe Bornet, Chris Bono