SdaPlatformBundle
@Deprecated
public class SdaPlatformBundle<C extends io.dropwizard.Configuration>
extends java.lang.Object
implements io.dropwizard.ConfiguredBundle<C>
ConfiguredBundle
that configures the application with the basics required for a SDA
platform compatible microservice.Modifier and Type | Class and Description |
---|---|
static class |
SdaPlatformBundle.Builder<C extends io.dropwizard.Configuration>
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static InitialPlatformBundleBuilder |
builder()
Deprecated.
|
void |
initialize(io.dropwizard.setup.Bootstrap<?> bootstrap)
Deprecated.
|
void |
run(C configuration,
io.dropwizard.setup.Environment environment)
Deprecated.
|
public static InitialPlatformBundleBuilder builder()
public void initialize(io.dropwizard.setup.Bootstrap<?> bootstrap)
initialize
in interface io.dropwizard.ConfiguredBundle<C extends io.dropwizard.Configuration>