Uses of Class
org.birchframework.framework.kafka.KafkaSendResult
-
-
Uses of KafkaSendResult in org.birchframework.framework.kafka
Methods in org.birchframework.framework.kafka that return types with arguments of type KafkaSendResult Modifier and Type Method Description Optional<KafkaSendResult<K,V>>KafkaSender. send(String topic, Integer partition, K key, V data)Send message, synchronously.Optional<KafkaSendResult<K,V>>KafkaSender. send(String topic, K key, V data)Send message, synchronously.Optional<KafkaSendResult<K,V>>KafkaSender. send(String topic, V data)Send message, synchronously.Optional<KafkaSendResult<K,V>>KafkaSender. sendTransactional(String topic, Integer partition, K key, V data)Send message synchronously and within a transaction.
-