Module io.quarkus.qute.debug
Package io.quarkus.qute.debug.client
Class JavaSourceLocationEventArguments
java.lang.Object
io.quarkus.qute.debug.client.JavaSourceLocationEventArguments
Payload sent by the server to event-based clients (VS Code, etc.) when
requesting the resolution of a Java source corresponding to a Qute template.
Contains a unique request ID to match the response and the original
JavaSourceLocationArguments describing the template location.
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
-
Constructor Details
-
JavaSourceLocationEventArguments
public JavaSourceLocationEventArguments() -
JavaSourceLocationEventArguments
-
-
Method Details