Class PulsarListenerBeanNames

java.lang.Object
org.springframework.pulsar.config.PulsarListenerBeanNames

public abstract class PulsarListenerBeanNames extends Object
Constants for bean names that need to be accessed in multiple places by name.
Author:
Soby Chacko, Chris Bono
  • Field Details

    • PULSAR_LISTENER_ANNOTATION_PROCESSOR_BEAN_NAME

      public static final String PULSAR_LISTENER_ANNOTATION_PROCESSOR_BEAN_NAME
      The bean name of the internally managed Pulsar listener annotation processor.
      See Also:
    • PULSAR_LISTENER_ENDPOINT_REGISTRY_BEAN_NAME

      public static final String PULSAR_LISTENER_ENDPOINT_REGISTRY_BEAN_NAME
      The bean name of the internally managed Pulsar listener endpoint registry.
      See Also:
    • REACTIVE_PULSAR_LISTENER_ANNOTATION_PROCESSOR_BEAN_NAME

      public static final String REACTIVE_PULSAR_LISTENER_ANNOTATION_PROCESSOR_BEAN_NAME
      The bean name of the internally managed Pulsar listener annotation processor.
      See Also:
    • REACTIVE_PULSAR_LISTENER_ENDPOINT_REGISTRY_BEAN_NAME

      public static final String REACTIVE_PULSAR_LISTENER_ENDPOINT_REGISTRY_BEAN_NAME
      The bean name of the internally managed Pulsar listener endpoint registry.
      See Also:
  • Constructor Details

    • PulsarListenerBeanNames

      public PulsarListenerBeanNames()