Interface ConsumerTokenBundle.OptionsBuilder

    • Method Detail

      • withOptionalConsumerToken

        ConsumerTokenBundle.FinalBuilder<io.dropwizard.Configuration> withOptionalConsumerToken()
        Creates the bundle with the consumer token being optional.
        Returns:
        a builder to create the bundle
      • withRequiredConsumerToken

        ConsumerTokenBundle.ExcludeBuilder<io.dropwizard.Configuration> withRequiredConsumerToken()
        Creates the bundle with a consumer token required for every request.
        Returns:
        a builder to create the bundle