Class ReactivePulsarListenerEndpointAdapter<T>

java.lang.Object
org.springframework.pulsar.reactive.config.ReactivePulsarListenerEndpointAdapter<T>
Type Parameters:
T - Message payload type.
All Implemented Interfaces:
ListenerEndpoint<ReactivePulsarMessageListenerContainer<T>>, ReactivePulsarListenerEndpoint<T>

public class ReactivePulsarListenerEndpointAdapter<T> extends Object implements ReactivePulsarListenerEndpoint<T>
Adapter to avoid having to implement all methods.
Author:
Christophe Bornet