Uses of Interface
org.springframework.kafka.listener.adapter.AsyncRepliesAware
Packages that use AsyncRepliesAware
Package
Description
Provides classes for adapting listeners.
-
Uses of AsyncRepliesAware in org.springframework.kafka.listener.adapter
Classes in org.springframework.kafka.listener.adapter that implement AsyncRepliesAwareModifier and TypeClassDescriptionclassAMessageListeneradapter that invokes a configurableHandlerAdapter; used when the factory is configured for the listener to receive batches of messages.classAn abstractMessageListeneradapter providing the necessary infrastructure to extract the payload of aMessage.classAMessageListeneradapter that invokes a configurableHandlerAdapter; used when the factory is configured for the listener to receive individual messages.classAMessageListeneradapter that invokes a configurableHandlerAdapter; used when the factory is configured for the listener to receive individual messages from share groups.