pipelineExecutorFor
fun <TSubject : Any, TContext : Any> pipelineExecutorFor(
context: TContext,
interceptors: List<PipelineInterceptor<TSubject, TContext>>,
subject: TSubject
): PipelineExecutor<TSubject>
Build a pipeline of the specified interceptors and create executor