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(org.apache.hc.client5.http.impl.classic.CloseableHttpClient httpClient, org.apache.hc.client5.http.impl.classic.CloseableHttpClient sseHttpClient)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)static SyncManagerImpSyncManagerImp. build(SplitTasks splitTasks, SplitFetcher splitFetcher, SplitCacheProducer splitCacheProducer, SplitAPI splitAPI, SegmentCacheProducer segmentCacheProducer, SDKReadinessGates gates, TelemetryRuntimeProducer telemetryRuntimeProducer, TelemetrySynchronizer telemetrySynchronizer, SplitClientConfig config)
-