Interface UCentralKafkaConsumer.KafkaListener

  • Enclosing class:
    UCentralKafkaConsumer

    public static interface UCentralKafkaConsumer.KafkaListener
    Kafka record listener interface. The inputs must NOT be mutated, as they may be passed to multiple listeners and may result in ConcurrentModificationException.