Uses of Class
io.smallrye.reactive.messaging.kafka.Record
Packages that use Record
-
Uses of Record in io.smallrye.reactive.messaging.kafka
Methods in io.smallrye.reactive.messaging.kafka that return RecordModifier and TypeMethodDescriptionstatic <K,V> Record<K, V> Record.of(K key, V value) Creates a new record.Record.withKey(T key) Creates a new instance ofRecordwith given key and the value from the current record.Record.withValue(T value) Creates a new instance ofRecordwith the key from the current record and the new value.