Class KafkaListenerConfigUtils


  • public abstract class KafkaListenerConfigUtils
    extends java.lang.Object
    Configuration constants for internal sharing across subpackages.
    Author:
    Juergen Hoeller, Gary Russell
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • KAFKA_LISTENER_ANNOTATION_PROCESSOR_BEAN_NAME

        public static final java.lang.String KAFKA_LISTENER_ANNOTATION_PROCESSOR_BEAN_NAME
        The bean name of the internally managed Kafka listener annotation processor.
        See Also:
        Constant Field Values
      • KAFKA_LISTENER_ENDPOINT_REGISTRY_BEAN_NAME

        public static final java.lang.String KAFKA_LISTENER_ENDPOINT_REGISTRY_BEAN_NAME
        The bean name of the internally managed Kafka listener endpoint registry.
        See Also:
        Constant Field Values
    • Constructor Detail

      • KafkaListenerConfigUtils

        public KafkaListenerConfigUtils()