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