Uses of Enum Class
org.springframework.kafka.listener.ListenerType
Packages that use ListenerType
Package
Description
Package for kafka listeners
Provides classes for adapting listeners.
-
Uses of ListenerType in org.springframework.kafka.listener
Methods in org.springframework.kafka.listener that return ListenerTypeModifier and TypeMethodDescriptionstatic ListenerTypeListenerUtils.determineListenerType(Object listener) Determine the type of the listener.static ListenerTypeReturns the enum constant of this class with the specified name.static ListenerType[]ListenerType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ListenerType in org.springframework.kafka.listener.adapter
Fields in org.springframework.kafka.listener.adapter declared as ListenerTypeModifier and TypeFieldDescriptionprotected final ListenerTypeAbstractDelegatingMessageListenerAdapter.delegateType