public interface InitialPlatformBundleBuilder
Modifier and Type | Method and Description |
---|---|
<C extends io.dropwizard.Configuration> |
usingCustomConfig(java.lang.Class<C> configurationClass)
Start an application that uses a custom configuration has to define providers for the
configurations required by the
SdaPlatformBundle . |
CustomConfigurationProviders.ConsumerTokenConfigBuilder<SdaPlatformConfiguration> |
usingSdaPlatformConfiguration()
Start an application that uses the
SdaPlatformConfiguration as base of it's
configuration file. |
CustomConfigurationProviders.ConsumerTokenConfigBuilder<SdaPlatformConfiguration> usingSdaPlatformConfiguration()
SdaPlatformConfiguration
as base of it's
configuration file.<C extends io.dropwizard.Configuration> CustomConfigurationProviders.AuthConfigProviderBuilder<C> usingCustomConfig(java.lang.Class<C> configurationClass)
SdaPlatformBundle
.C
- the type of the applications configuration classconfigurationClass
- the class that stores the configuration