Interface ReactivePulsarListenerEndpoint<T>

Type Parameters:
T - Message payload type.
All Superinterfaces:
org.springframework.pulsar.config.ListenerEndpoint<ReactivePulsarMessageListenerContainer<T>>
All Known Implementing Classes:
AbstractReactivePulsarListenerEndpoint, MethodReactivePulsarListenerEndpoint, ReactivePulsarListenerEndpointAdapter

public interface ReactivePulsarListenerEndpoint<T> extends org.springframework.pulsar.config.ListenerEndpoint<ReactivePulsarMessageListenerContainer<T>>
Model for a Pulsar reactive listener endpoint. Can be used against a ReactivePulsarListenerConfigurationSelector to register endpoints programmatically.
  • Method Summary

    Modifier and Type
    Method
    Description
     
    boolean
     

    Methods inherited from interface org.springframework.pulsar.config.ListenerEndpoint

    getAutoStartup, getConcurrency, getId, getSchemaType, getSubscriptionName, getSubscriptionType, getTopicPattern, getTopics, setupListenerContainer
  • Method Details

    • isFluxListener

      boolean isFluxListener()
    • getUseKeyOrderedProcessing

      @Nullable Boolean getUseKeyOrderedProcessing()