public class PipelineContextKt
| Modifier and Type | Method and Description |
|---|---|
static <TSubject,TContext> |
pipelineExecutorFor(TContext context,
java.util.List<? extends kotlin.jvm.functions.Function3<? super io.ktor.util.pipeline.PipelineContext<TSubject,TContext>,? super TSubject,? super kotlin.coroutines.experimental.Continuation<? super kotlin.Unit>,? extends java.lang.Object>> interceptors,
TSubject subject)
Build a pipeline of the specified interceptors and create executor
|
public static <TSubject,TContext> PipelineExecutor<TSubject> pipelineExecutorFor(TContext context, java.util.List<? extends kotlin.jvm.functions.Function3<? super io.ktor.util.pipeline.PipelineContext<TSubject,TContext>,? super TSubject,? super kotlin.coroutines.experimental.Continuation<? super kotlin.Unit>,? extends java.lang.Object>> interceptors, TSubject subject)
Build a pipeline of the specified interceptors and create executor