Class PulsarAnnotationSupportBeanNames

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

public abstract class PulsarAnnotationSupportBeanNames 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:
    • PULSAR_READER_ANNOTATION_PROCESSOR_BEAN_NAME

      public static final String PULSAR_READER_ANNOTATION_PROCESSOR_BEAN_NAME
      The bean name of the internally managed Pulsar reader annotation processor.
      See Also:
    • PULSAR_READER_ENDPOINT_REGISTRY_BEAN_NAME

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

    • PulsarAnnotationSupportBeanNames

      public PulsarAnnotationSupportBeanNames()