PipelineInterceptor
typealias PipelineInterceptor<TSubject, TContext> = suspend PipelineContext<TSubject, TContext>.(TSubject) -> Unit(source)
Represents an interceptor type which is a suspend extension function for a context
Represents an interceptor type which is a suspend extension function for a context