Package com.launchdarkly.sdk.server
Class LDConfig
- java.lang.Object
-
- com.launchdarkly.sdk.server.LDConfig
-
public final class LDConfig extends java.lang.ObjectThis 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 classLDConfig.Builder
-
Field Summary
Fields Modifier and Type Field Description protected static LDConfigDEFAULTstatic java.time.DurationDEFAULT_START_WAITThe default value forLDConfig.Builder.startWait(Duration): 5 seconds.
-
Constructor Summary
Constructors Modifier Constructor Description protectedLDConfig(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)
-
-