| Package | Description |
|---|---|
| io.wizzie.bootstrapper.bootstrappers.base | |
| io.wizzie.bootstrapper.bootstrappers.impl | |
| io.wizzie.bootstrapper.builder |
| Modifier and Type | Method and Description |
|---|---|
Config |
ThreadBootstrapper.getConfig() |
Config |
BaseBootstrapper.getConfig() |
| Modifier and Type | Method and Description |
|---|---|
void |
ThreadBootstrapper.prepare(Config config,
List<Listener> listeners) |
void |
BaseBootstrapper.prepare(Config config,
List<Listener> listeners) |
| Modifier and Type | Method and Description |
|---|---|
void |
KafkaBootstrapper.init(Config config) |
void |
KafkaNoFilterBootstrapper.init(Config config) |
void |
FileBootstrapper.init(Config config) |
void |
DummyBootstrapper.init(Config config) |
| Modifier and Type | Method and Description |
|---|---|
Config |
Config.clone() |
Config |
Bootstrapper.getConfig() |
Config |
Config.put(String property,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
void |
Bootstrapper.init(Config config) |
void |
Bootstrapper.prepare(Config config,
List<Listener> listeners) |
BootstrapperBuilder |
BootstrapperBuilder.withConfigInstance(Config config) |
Copyright © 2017–2018. All rights reserved.