Uses of Class
io.split.engine.common.PushManager.Status
-
Packages that use PushManager.Status Package Description io.split.engine.common io.split.engine.sse -
-
Uses of PushManager.Status in io.split.engine.common
Methods in io.split.engine.common that return PushManager.Status Modifier and Type Method Description static PushManager.StatusPushManager.Status. valueOf(String name)Returns the enum constant of this type with the specified name.static PushManager.Status[]PushManager.Status. values()Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in io.split.engine.common with type arguments of type PushManager.Status 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) -
Uses of PushManager.Status in io.split.engine.sse
Constructor parameters in io.split.engine.sse with type arguments of type PushManager.Status Constructor Description PushStatusTrackerImp(LinkedBlockingQueue<PushManager.Status> statusMessages, TelemetryRuntimeProducer telemetryRuntimeProducer)
-