Uses of Class
io.split.telemetry.domain.enums.UpdatesFromSSEEnum
-
Packages that use UpdatesFromSSEEnum Package Description io.split.storages.pluggable.adapters io.split.telemetry.domain.enums io.split.telemetry.storage -
-
Uses of UpdatesFromSSEEnum in io.split.storages.pluggable.adapters
Methods in io.split.storages.pluggable.adapters with parameters of type UpdatesFromSSEEnum Modifier and Type Method Description voidUserCustomTelemetryAdapterProducer. recordUpdatesFromSSE(UpdatesFromSSEEnum updatesFromSSEEnum) -
Uses of UpdatesFromSSEEnum in io.split.telemetry.domain.enums
Methods in io.split.telemetry.domain.enums that return UpdatesFromSSEEnum Modifier and Type Method Description static UpdatesFromSSEEnumUpdatesFromSSEEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static UpdatesFromSSEEnum[]UpdatesFromSSEEnum. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of UpdatesFromSSEEnum in io.split.telemetry.storage
Methods in io.split.telemetry.storage with parameters of type UpdatesFromSSEEnum Modifier and Type Method Description voidInMemoryTelemetryStorage. recordUpdatesFromSSE(UpdatesFromSSEEnum updatesFromSSEEnum)voidNoopTelemetryStorage. recordUpdatesFromSSE(UpdatesFromSSEEnum updatesFromSSEEnum)voidTelemetryRuntimeProducer. recordUpdatesFromSSE(UpdatesFromSSEEnum updatesFromSSEEnum)
-