Uses of Class
io.cryostat.agent.Registration.RegistrationEvent.State
-
Packages that use Registration.RegistrationEvent.State Package Description io.cryostat.agent -
-
Uses of Registration.RegistrationEvent.State in io.cryostat.agent
Fields in io.cryostat.agent declared as Registration.RegistrationEvent.State Modifier and Type Field Description Registration.RegistrationEvent.StateRegistration.RegistrationEvent. stateMethods in io.cryostat.agent that return Registration.RegistrationEvent.State Modifier and Type Method Description static Registration.RegistrationEvent.StateRegistration.RegistrationEvent.State. valueOf(String name)Returns the enum constant of this type with the specified name.static Registration.RegistrationEvent.State[]Registration.RegistrationEvent.State. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.cryostat.agent with parameters of type Registration.RegistrationEvent.State Modifier and Type Method Description voidRegistration. notify(Registration.RegistrationEvent.State state)
-