Uses of Interface
org.springframework.kafka.requestreply.ReplyingKafkaOperations
Package
Description
Provides classes for request/reply semantics.
-
Uses of ReplyingKafkaOperations in org.springframework.kafka.requestreply
Modifier and TypeClassDescriptionclass
A replying template that aggregates multiple replies with the same correlation id.class
ReplyingKafkaTemplate<K,
V, R> A KafkaTemplate that implements request/reply semantics.