Uses of Class
io.split.engine.common.SplitAPI
-
Packages that use SplitAPI Package Description io.split.engine.common -
-
Uses of SplitAPI in io.split.engine.common
Methods in io.split.engine.common that return SplitAPI Modifier and Type Method Description static SplitAPISplitAPI. build(SplitHttpClient httpClient, org.apache.hc.client5.http.impl.classic.CloseableHttpClient sseHttpClient, RequestDecorator requestDecorator)Methods in io.split.engine.common with parameters of type SplitAPI Modifier and Type Method Description static PushManagerImpPushManagerImp. build(Synchronizer synchronizer, String streamingUrl, String authUrl, SplitAPI splitAPI, LinkedBlockingQueue<PushManager.Status> statusMessages, TelemetryRuntimeProducer telemetryRuntimeProducer, ThreadFactory threadFactory, SplitParser splitParser, SplitCacheProducer splitCacheProducer, FlagSetsFilter flagSetsFilter, RuleBasedSegmentCache ruleBasedSegmentCache, RuleBasedSegmentParser ruleBasedSegmentParser)static SyncManagerImpSyncManagerImp. build(SplitTasks splitTasks, SplitFetcher splitFetcher, SplitCacheProducer splitCacheProducer, SplitAPI splitAPI, SegmentCacheProducer segmentCacheProducer, SDKReadinessGates gates, TelemetryRuntimeProducer telemetryRuntimeProducer, TelemetrySynchronizer telemetrySynchronizer, SplitClientConfig config, SplitParser splitParser, RuleBasedSegmentParser ruleBasedSegmentParser, FlagSetsFilter flagSetsFilter, RuleBasedSegmentCache ruleBasedSegmentCache)
-