Uses of Enum Class
io.quarkus.qute.debug.ThreadEvent.ThreadStatus
Packages that use ThreadEvent.ThreadStatus
-
Uses of ThreadEvent.ThreadStatus in io.quarkus.qute.debug
Methods in io.quarkus.qute.debug that return ThreadEvent.ThreadStatusModifier and TypeMethodDescriptionThreadEvent.getThreadStatus()Returns the status of the thread.static ThreadEvent.ThreadStatusReturns the enum constant of this class with the specified name.static ThreadEvent.ThreadStatus[]ThreadEvent.ThreadStatus.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 ThreadEvent.ThreadStatusModifierConstructorDescriptionThreadEvent(int threadId, ThreadEvent.ThreadStatus threadStatus) Creates a newThreadEvent.