Uses of Enum Class
io.quarkus.qute.debug.StoppedEvent.StoppedReason
Packages that use StoppedEvent.StoppedReason
-
Uses of StoppedEvent.StoppedReason in io.quarkus.qute.debug
Methods in io.quarkus.qute.debug that return StoppedEvent.StoppedReasonModifier and TypeMethodDescriptionStoppedEvent.getStoppedReason()Returns the reason why the execution was stopped.static StoppedEvent.StoppedReasonReturns the enum constant of this class with the specified name.static StoppedEvent.StoppedReason[]StoppedEvent.StoppedReason.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.quarkus.qute.debug with parameters of type StoppedEvent.StoppedReasonModifierConstructorDescriptionStoppedEvent(int threadId, StoppedEvent.StoppedReason reason) Creates a newStoppedEvent.