intercept

abstract fun intercept(contextT: ContextT)(source)

Intercepts the given context for custom processing or handling logic.

Parameters

contextT

the context to be intercepted.