Uses of Package
org.springframework.kafka.listener.adapter
Packages that use org.springframework.kafka.listener.adapter
Package
Description
Package for kafka configuration
Provides classes for adapting listeners.
-
Classes in org.springframework.kafka.listener.adapter used by org.springframework.kafka.configClassDescriptionAn adapter that adapts a batch listener to a record listener method.A wrapper for either an
InvocableHandlerMethodorDelegatingInvocableHandler.An abstractMessageListeneradapter providing the necessary infrastructure to extract the payload of aMessage.Implementations of this interface can signal that a record about to be delivered to a message listener should be discarded instead of being delivered.A strategy for configuring which headers, if any, should be set in a reply message. -
Classes in org.springframework.kafka.listener.adapter used by org.springframework.kafka.listener.adapterClassDescriptionTop level class for all listener adapters.An abstract message listener adapter that implements record filter logic via a
RecordFilterStrategy.An adapter that adapts a batch listener to a record listener method.A callback for each message.Used to provide a listener method argument when the user supplies such a parameter.Delegates to anInvocableHandlerMethodbased on the message payload type.A wrapper for either anInvocableHandlerMethodorDelegatingInvocableHandler.An abstractMessageListeneradapter providing the necessary infrastructure to extract the payload of aMessage.Implementations of this interface can signal that a record about to be delivered to a message listener should be discarded instead of being delivered.A strategy for configuring which headers, if any, should be set in a reply message.