Uses of Class
io.split.telemetry.domain.enums.StreamEventsEnum.SseConnectionErrorValues
-
Packages that use StreamEventsEnum.SseConnectionErrorValues Package Description io.split.telemetry.domain.enums -
-
Uses of StreamEventsEnum.SseConnectionErrorValues in io.split.telemetry.domain.enums
Methods in io.split.telemetry.domain.enums that return StreamEventsEnum.SseConnectionErrorValues Modifier and Type Method Description static StreamEventsEnum.SseConnectionErrorValuesStreamEventsEnum.SseConnectionErrorValues. valueOf(String name)Returns the enum constant of this type with the specified name.static StreamEventsEnum.SseConnectionErrorValues[]StreamEventsEnum.SseConnectionErrorValues. values()Returns an array containing the constants of this enum type, in the order they are declared.
-