Class PulsarAnnotationSupportBeanNames
java.lang.Object
org.springframework.pulsar.config.PulsarAnnotationSupportBeanNames
Constants for bean names that need to be accessed in multiple places by name.
- Author:
- Soby Chacko, Chris Bono
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The bean name of the internally managed Pulsar listener annotation processor.static final String
The bean name of the internally managed Pulsar listener endpoint registry.static final String
The bean name of the internally managed Pulsar reader annotation processor.static final String
The bean name of the internally managed Pulsar listener endpoint registry.static final String
The bean name of the internally managed Pulsar listener annotation processor.static final String
The bean name of the internally managed Pulsar listener endpoint registry. -
Constructor Summary
-
Method Summary
-
Field Details
-
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
The bean name of the internally managed Pulsar listener endpoint registry.- See Also:
-
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
The bean name of the internally managed Pulsar listener endpoint registry.- See Also:
-
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
The bean name of the internally managed Pulsar listener endpoint registry.- See Also:
-
-
Constructor Details
-
PulsarAnnotationSupportBeanNames
public PulsarAnnotationSupportBeanNames()
-