PerformanceListener

class PerformanceListener(applicationEventPublisher: ApplicationEventPublisher, watch: StopWatch = StopWatch()) : ExecuteListener

Constructors

Link copied to clipboard
constructor(applicationEventPublisher: ApplicationEventPublisher, watch: StopWatch = StopWatch())

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open fun bindEnd(p0: ExecuteContext)
Link copied to clipboard
open fun bindStart(p0: ExecuteContext)
Link copied to clipboard
open fun end(p0: ExecuteContext)
Link copied to clipboard
open fun exception(p0: ExecuteContext)
Link copied to clipboard
open override fun executeEnd(ctx: ExecuteContext)
Link copied to clipboard
open override fun executeStart(ctx: ExecuteContext)
Link copied to clipboard
open fun fetchEnd(p0: ExecuteContext)
Link copied to clipboard
open fun fetchStart(p0: ExecuteContext)
Link copied to clipboard
open fun outEnd(p0: ExecuteContext)
Link copied to clipboard
open fun outStart(p0: ExecuteContext)
Link copied to clipboard
open fun prepareEnd(p0: ExecuteContext)
Link copied to clipboard
open fun prepareStart(p0: ExecuteContext)
Link copied to clipboard
open fun recordEnd(p0: ExecuteContext)
Link copied to clipboard
open fun recordStart(p0: ExecuteContext)
Link copied to clipboard
open fun renderEnd(p0: ExecuteContext)
Link copied to clipboard
open fun renderStart(p0: ExecuteContext)
Link copied to clipboard
open fun resultEnd(p0: ExecuteContext)
Link copied to clipboard
open fun resultStart(p0: ExecuteContext)
Link copied to clipboard
open fun start(p0: ExecuteContext)
Link copied to clipboard
open fun warning(p0: ExecuteContext)