PhaseContent
internal class PhaseContent<TSubject : Any, Call : Any>(val phase: PipelinePhase, val relation: PipelinePhaseRelation, val interceptors: MutableList<PipelineInterceptor<TSubject, Call>> = mutableListOf())(source)
Phase content.
Since
1.3.4
See also
Constructors
Link copied to clipboard
constructor(phase: PipelinePhase, relation: PipelinePhaseRelation, interceptors: MutableList<PipelineInterceptor<TSubject, Call>> = mutableListOf())