Class TemplateEvent

java.lang.Object
io.quarkus.qute.trace.BaseEvent
io.quarkus.qute.trace.TemplateEvent
Record Components:
templateInstance - the template instance involved in the event
engine - the engine managing the template rendering

public final class TemplateEvent extends BaseEvent
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 Details

  • Method Details