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 the LDClient. Instances of this class must be constructed with a LDConfig.Builder.
  • Nested Class Summary

    Nested Classes 
    Modifier and Type Class Description
    static class  LDConfig.Builder
    A builder that helps construct LDConfig objects.
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected static LDConfig DEFAULT  
  • Constructor Summary

    Constructors 
    Modifier Constructor Description
    protected LDConfig​(LDConfig.Builder builder)  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait