Package com.launchdarkly.sdk.server
Class LDConfig
- java.lang.Object
-
- com.launchdarkly.sdk.server.LDConfig
-
public final class LDConfig extends java.lang.Object
This class exposes advanced configuration options for theLDClient
. Instances of this class must be constructed with aLDConfig.Builder
.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
LDConfig.Builder
-
Field Summary
Fields Modifier and Type Field Description protected static LDConfig
DEFAULT
static java.time.Duration
DEFAULT_START_WAIT
The default value forLDConfig.Builder.startWait(Duration)
: 5 seconds.
-
Constructor Summary
Constructors Modifier Constructor Description protected
LDConfig(LDConfig.Builder builder)
-
-
-
Field Detail
-
DEFAULT_START_WAIT
public static final java.time.Duration DEFAULT_START_WAIT
The default value forLDConfig.Builder.startWait(Duration)
: 5 seconds.
-
DEFAULT
protected static final LDConfig DEFAULT
-
-
Constructor Detail
-
LDConfig
protected LDConfig(LDConfig.Builder builder)
-
-