PipelineInterceptor
typealias PipelineInterceptor<TSubject, TContext> = suspend PipelineContext<TSubject, TContext>.(TSubject) -> Unit
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