Interface | Description |
---|---|
DriverConfig |
The configuration of the driver.
|
DriverConfigLoader |
Manages the initialization, and optionally the periodic reloading, of the driver configuration.
|
DriverExecutionProfile |
A profile in the driver's configuration.
|
DriverOption |
Describes an option in the driver's configuration.
|
OngoingConfigOptions<SelfT extends OngoingConfigOptions<SelfT>> |
An object where config options can be set programmatically.
|
ProgrammaticDriverConfigLoaderBuilder |
A builder that allows the creation of a config loader where options are overridden
programmatically.
|
Class | Description |
---|---|
OptionsMap |
An in-memory repository of config options, for use with
DriverConfigLoader.fromMap(OptionsMap) . |
TypedDriverOption<ValueT> |
A type-safe wrapper around
DriverOption , that encodes the intended value type of each
option. |
Enum | Description |
---|---|
DefaultDriverOption |
Built-in driver options for the core driver.
|
The public API is completely agnostic to the underlying implementation (where the configuration is loaded from, what framework is used...).
Copyright © 2017–2022. All rights reserved.