Uses of Class
io.smallrye.reactive.messaging.kafka.OutgoingKafkaRecord
Packages that use OutgoingKafkaRecord
-
Uses of OutgoingKafkaRecord in io.smallrye.reactive.messaging.kafka
Methods in io.smallrye.reactive.messaging.kafka that return OutgoingKafkaRecordModifier and TypeMethodDescriptionstatic <K,T> OutgoingKafkaRecord<K, T> KafkaRecord.from(org.eclipse.microprofile.reactive.messaging.Message<T> message) static <K,T> OutgoingKafkaRecord<K, T> OutgoingKafkaRecord.from(org.eclipse.microprofile.reactive.messaging.Message<T> message) static <K,T> OutgoingKafkaRecord<K, T> Deprecated.Creates a new outgoing kafka message.static <K,T> OutgoingKafkaRecord<K, T> Deprecated.Creates a new outgoing kafka message.static <K,T> OutgoingKafkaRecord<K, T> KafkaMessage.of(K key, T value) Deprecated.Creates a new outgoing kafka message.static <K,T> OutgoingKafkaRecord<K, T> Creates a new outgoing Kafka record.static <K,T> OutgoingKafkaRecord<K, T> Creates a new outgoing Kafka record.static <K,T> OutgoingKafkaRecord<K, T> KafkaRecord.of(K key, T value) Creates a new outgoing Kafka record.OutgoingKafkaRecord.withAck(Supplier<CompletionStage<Void>> supplier) OutgoingKafkaRecord.withHeader(String key, byte[] content) Creates a new outgoing Kafka Message with a header added to the header list.OutgoingKafkaRecord.withHeader(String key, String content) Creates a new outgoing Kafka Message with a header added to the header list.OutgoingKafkaRecord.withHeader(String key, String content, Charset enc) Creates a new outgoing Kafka Message with a header added to the header list.OutgoingKafkaRecord.withMetadata(Iterable<Object> metadata) OutgoingKafkaRecord.withMetadata(org.eclipse.microprofile.reactive.messaging.Metadata metadata) OutgoingKafkaRecord.withNack(Function<Throwable, CompletionStage<Void>> nack) <P> OutgoingKafkaRecord<K,P> OutgoingKafkaRecord.withPayload(P payload)