Uses of Class
io.smallrye.reactive.messaging.kafka.Record
-
Packages that use Record Package Description io.smallrye.reactive.messaging.kafka -
-
Uses of Record in io.smallrye.reactive.messaging.kafka
Methods in io.smallrye.reactive.messaging.kafka that return Record Modifier and Type Method Description static <K,V>
Record<K,V>Record. of(K key, V value)
Creates a new record.<T> Record<T,V>
Record. withKey(T key)
Creates a new instance ofRecord
with given key and the value from the current record.<T> Record<K,T>
Record. withValue(T value)
Creates a new instance ofRecord
with the key from the current record and the new value.
-