public static interface KafkaBundle.InitialBuilder
Modifier and Type | Method and Description |
---|---|
<C extends io.dropwizard.Configuration> |
withConfigurationProvider(@NotNull KafkaConfigurationProvider<C> configurationProvider) |
<C extends io.dropwizard.Configuration> KafkaBundle.FinalBuilder<C> withConfigurationProvider(@NotNull @NotNull KafkaConfigurationProvider<C> configurationProvider)
C
- the type of the applications configuration classconfigurationProvider
- the method reference that provides the @KafkaConfiguration
from the applications configurations class