Interface KafkaStreamsCustomizer

All Known Implementing Classes:
CompositeKafkaStreamsCustomizer
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 interface KafkaStreamsCustomizer
Callback interface that can be used to configure KafkaStreams directly.
Since:
2.1.5
Author:
Nurettin Yilmaz
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    customize(org.apache.kafka.streams.KafkaStreams kafkaStreams)
     
  • Method Details

    • customize

      void customize(org.apache.kafka.streams.KafkaStreams kafkaStreams)