Uses of Class
io.quarkus.qute.debug.ThreadEvent
Packages that use ThreadEvent
-
Uses of ThreadEvent in io.quarkus.qute.debug
Methods in io.quarkus.qute.debug with parameters of type ThreadEventModifier and TypeMethodDescriptionvoidDebuggerListener.onThreadChanged(ThreadEvent event) Called when the state of a thread changes, such as when a thread is started or exited. -
Uses of ThreadEvent in io.quarkus.qute.debug.adapter
Methods in io.quarkus.qute.debug.adapter with parameters of type ThreadEventModifier and TypeMethodDescriptionvoidDebugServerAdapter.handleThreadChanged(ThreadEvent event) Handles a thread event and notifies the client.