Uses of Interface
io.helidon.messaging.connectors.kafka.KafkaMessage
-
Uses of KafkaMessage in io.helidon.messaging.connectors.kafka
Modifier and TypeClassDescriptionclass
KafkaProducerMessage<K,
V> Kafka specific Micro Profile Reactive Messaging Producer Message.Modifier and TypeMethodDescriptionstatic <K,
V> KafkaMessage <K, V> KafkaMessage.of
(K key, V payload) Create a message with the given payload and ack function.static <K,
V> KafkaMessage <K, V> KafkaMessage.of
(K key, V payload, Supplier<CompletionStage<Void>> ack) Create a message with the given payload and ack function.static <K,
V> KafkaMessage <K, V> KafkaMessage.of
(V payload) Create a message with the given payload and ack function.static <K,
V> KafkaMessage <K, V> KafkaMessage.of
(V payload, Supplier<CompletionStage<Void>> ack) Create a message with the given payload and ack function.Modifier and TypeMethodDescriptionvoid
KafkaPublisher.subscribe
(Subscriber<? super KafkaMessage<K, V>> subscriber)