Uses of Interface
io.smallrye.reactive.messaging.kafka.KafkaRecord
-
Packages that use KafkaRecord Package Description acme io.smallrye.reactive.messaging.kafka -
-
Uses of KafkaRecord in acme
Methods in acme that return types with arguments of type KafkaRecord Modifier and Type Method Description CompletionStage<KafkaRecord<String,String>>
Sender. send()
Methods in acme with parameters of type KafkaRecord Modifier and Type Method Description CompletionStage<Void>
Receiver. consume(KafkaRecord<String,String> message)
-
Uses of KafkaRecord in io.smallrye.reactive.messaging.kafka
Subinterfaces of KafkaRecord in io.smallrye.reactive.messaging.kafka Modifier and Type Interface Description interface
KafkaMessage<K,T>
Deprecated.Useinstead
Classes in io.smallrye.reactive.messaging.kafka that implement KafkaRecord Modifier and Type Class Description class
IncomingKafkaRecord<K,T>
class
OutgoingKafkaRecord<K,T>
-