Interface OutboxProcessor.KafkaProducerFactory

All Known Implementing Classes:
DefaultKafkaProducerFactory
Enclosing class:
OutboxProcessor
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface
public static interface OutboxProcessor.KafkaProducerFactory
  • Method Summary

    Modifier and Type Method Description
    org.apache.kafka.clients.producer.KafkaProducer<java.lang.String,​byte[]> createKafkaProducer()  
  • Method Details

    • createKafkaProducer

      org.apache.kafka.clients.producer.KafkaProducer<java.lang.String,​byte[]> createKafkaProducer()