Uses of Interface
io.split.client.events.EventsStorageProducer
-
Packages that use EventsStorageProducer Package Description io.split.client io.split.client.events io.split.storages.pluggable.adapters -
-
Uses of EventsStorageProducer in io.split.client
Constructors in io.split.client with parameters of type EventsStorageProducer Constructor Description SplitClientImpl(SplitFactory container, SplitCacheConsumer splitCacheConsumer, ImpressionsManager impressionManager, EventsStorageProducer eventsStorageProducer, SplitClientConfig config, SDKReadinessGates gates, Evaluator evaluator, TelemetryEvaluationProducer telemetryEvaluationProducer, TelemetryConfigProducer telemetryConfigProducer, FlagSetsFilter flagSetsFilter, FallbackTreatmentCalculator fallbackTreatmentCalculator) -
Uses of EventsStorageProducer in io.split.client.events
Subinterfaces of EventsStorageProducer in io.split.client.events Modifier and Type Interface Description interfaceEventsStorageClasses in io.split.client.events that implement EventsStorageProducer Modifier and Type Class Description classInMemoryEventsStorageclassNoopEventsStorageImp -
Uses of EventsStorageProducer in io.split.storages.pluggable.adapters
Classes in io.split.storages.pluggable.adapters that implement EventsStorageProducer Modifier and Type Class Description classUserCustomEventAdapterProducer
-