Package org.sdase.commons.server.kafka
Interface KafkaConfigurationProvider<C extends io.dropwizard.Configuration>
-
- Type Parameters:
C
- the type of the applications configuration class
- All Superinterfaces:
java.util.function.Function<C,KafkaConfiguration>
- 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 KafkaConfigurationProvider<C extends io.dropwizard.Configuration> extends java.util.function.Function<C,KafkaConfiguration>
Provides the configuration for the kafka bundleKafkaConfiguration
, e.g.MyAppConfig::getKafka