Uses of Class
io.split.telemetry.domain.StreamingEvent
-
Packages that use StreamingEvent Package Description io.split.storages.pluggable.adapters io.split.telemetry.domain io.split.telemetry.storage -
-
Uses of StreamingEvent in io.split.storages.pluggable.adapters
Methods in io.split.storages.pluggable.adapters with parameters of type StreamingEvent Modifier and Type Method Description voidUserCustomTelemetryAdapterProducer. recordStreamingEvents(StreamingEvent streamingEvent) -
Uses of StreamingEvent in io.split.telemetry.domain
Methods in io.split.telemetry.domain that return types with arguments of type StreamingEvent Modifier and Type Method Description List<StreamingEvent>Stats. getStreamingEvents()Method parameters in io.split.telemetry.domain with type arguments of type StreamingEvent Modifier and Type Method Description voidStats. setStreamingEvents(List<StreamingEvent> streamingEvents) -
Uses of StreamingEvent in io.split.telemetry.storage
Methods in io.split.telemetry.storage that return types with arguments of type StreamingEvent Modifier and Type Method Description List<StreamingEvent>InMemoryTelemetryStorage. popStreamingEvents()List<StreamingEvent>NoopTelemetryStorage. popStreamingEvents()List<StreamingEvent>TelemetryRuntimeConsumer. popStreamingEvents()Methods in io.split.telemetry.storage with parameters of type StreamingEvent Modifier and Type Method Description voidInMemoryTelemetryStorage. recordStreamingEvents(StreamingEvent streamingEvent)voidNoopTelemetryStorage. recordStreamingEvents(StreamingEvent streamingEvent)voidTelemetryRuntimeProducer. recordStreamingEvents(StreamingEvent streamingEvent)
-