Package | Description |
---|---|
io.smallrye.reactive.messaging.kafka |
Modifier and Type | Method and 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 of
Record with given key and the value from the current record. |
<T> Record<K,T> |
Record.withValue(T value)
Creates a new instance of
Record with the key from the current record and the new value. |
Copyright © 2018–2021 SmallRye. All rights reserved.