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