Uses of Interface
io.split.client.SplitFactory
-
Packages that use SplitFactory Package Description io.split.client -
-
Uses of SplitFactory in io.split.client
Classes in io.split.client that implement SplitFactory Modifier and Type Class Description classLocalhostSplitFactoryAn implementation of SplitClient that considers all partitions passed in the constructor to be 100% on for all users, and any other split to be 100% off for all users.classSplitFactoryImplMethods in io.split.client that return SplitFactory Modifier and Type Method Description static SplitFactorySplitFactoryBuilder. build(String apiToken)Instantiates a SplitFactory with default configstatic SplitFactorySplitFactoryBuilder. build(String apiToken, SplitClientConfig config)static SplitFactorySplitFactoryBuilder. local()Instantiates a local Off-The-Grid SplitFactorystatic SplitFactorySplitFactoryBuilder. local(SplitClientConfig config)Instantiates a local Off-The-Grid SplitFactoryConstructors in io.split.client with parameters of type SplitFactory Constructor Description SplitClientImpl(SplitFactory container, SplitFetcher splitFetcher, ImpressionListener impressionListener, Metrics metrics, EventClient eventClient, SplitClientConfig config, SDKReadinessGates gates)
-