Class JavaSourceLocationEventArguments

java.lang.Object
io.quarkus.qute.debug.client.JavaSourceLocationEventArguments

public class JavaSourceLocationEventArguments extends Object
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.