Interface KafkaBundle.InitialBuilder

  • All Known Implementing Classes:
    KafkaBundle.Builder
    Enclosing class:
    KafkaBundle<C extends io.dropwizard.Configuration>

    public static interface KafkaBundle.InitialBuilder
    • Method Detail

      • withConfigurationProvider

        <C extends io.dropwizard.Configuration> KafkaBundle.FinalBuilder<C> withConfigurationProvider​(@NotNull
                                                                                                      @NotNull KafkaConfigurationProvider<C> configurationProvider)
        Type Parameters:
        C - the type of the applications configuration class
        Parameters:
        configurationProvider - the method reference that provides the @KafkaConfiguration from the applications configurations class
        Returns:
        the same builder instance