Pipeline
Constructors
Link copied to clipboard
fun Pipeline(phase: PipelinePhase, interceptors: List<PipelineInterceptor<TSubject, TContext>>)
Content copied to clipboard
Link copied to clipboard
Functions
Link copied to clipboard
Adds phase to the end of this pipeline
Link copied to clipboard
Invoked after an interceptor has been installed
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun intercept(phase: PipelinePhase, block: PipelineInterceptor<TSubject, TContext>)
Content copied to clipboard