public class JaegerBundle
extends java.lang.Object
implements io.dropwizard.Bundle
Modifier and Type | Class and Description |
---|---|
static class |
JaegerBundle.Builder |
Modifier and Type | Method and Description |
---|---|
static JaegerBundle.Builder |
builder() |
void |
initialize(io.dropwizard.setup.Bootstrap<?> bootstrap) |
void |
run(io.dropwizard.setup.Environment environment) |
public static JaegerBundle.Builder builder()
public void initialize(io.dropwizard.setup.Bootstrap<?> bootstrap)
initialize
in interface io.dropwizard.ConfiguredBundle<io.dropwizard.Configuration>
public void run(io.dropwizard.setup.Environment environment)
run
in interface io.dropwizard.Bundle