java.lang.Object
io.quarkus.qute.trace.BaseEvent
io.quarkus.qute.trace.TemplateEvent
- Record Components:
templateInstance- the template instance involved in the eventengine- the engine managing the template rendering
Event representing a significant moment in the lifecycle of a template
rendering, such as the start or the end of rendering a
TemplateInstance.
This event provides access to the TemplateInstance being rendered and
the Engine that manages the rendering process.
Typically used by TraceListeners to monitor template rendering
progress.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.quarkus.qute.trace.BaseEvent
done, getEllapsedTime, getEngine
-
Constructor Details
-
TemplateEvent
-
-
Method Details
-
getTemplateInstance
-