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())

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val size: Int

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun toString(): String