Uses of Interface
cn.sliew.milky.common.chain.Pipeline
-
Packages that use Pipeline Package Description cn.sliew.milky.common.chain -
-
Uses of Pipeline in cn.sliew.milky.common.chain
Classes in cn.sliew.milky.common.chain that implement Pipeline Modifier and Type Class Description classDefaultPipeline<K,V>fixme 线程池组件出来后在添加任务自定义执行线程池的功能Methods in cn.sliew.milky.common.chain that return Pipeline Modifier and Type Method Description PipelineDefaultPipeline. addAfter(String baseName, String name, Command command)Pipeline<K,V>Pipeline. addAfter(String baseName, String name, Command<K,V> command)Inserts aCommandafter an existing command of this pipeline.PipelineDefaultPipeline. addBefore(String baseName, String name, Command command)Pipeline<K,V>Pipeline. addBefore(String baseName, String name, Command<K,V> command)Inserts aCommandbefore an existing command of this pipeline.PipelineDefaultPipeline. addFirst(String name, Command command)Pipeline<K,V>Pipeline. addFirst(String name, Command<K,V> command)Inserts aPipelineProcessat the first position of this pipeline.PipelineDefaultPipeline. addLast(String name, Command command)Pipeline<K,V>Pipeline. addLast(String name, Command<K,V> command)Appends aPipelineProcessat the last position of this pipeline.PipelineDefaultPipeline. fireEvent(Context<K,V> context, CompletableFuture<?> future)PipelinePipeline. fireEvent(Context<K,V> context, CompletableFuture<?> future)PipelineDefaultPipeline. fireExceptionCaught(Context<K,V> context, Throwable cause, CompletableFuture<?> future)PipelinePipeline. fireExceptionCaught(Context<K,V> context, Throwable cause, CompletableFuture<?> future)PipelineAbstractPipelineProcess. pipeline()Pipeline<K,V>PipelineProcess. pipeline()Return the assignedPipelinePipelineDefaultPipeline. remove(Command command)Pipeline<K,V>Pipeline. remove(Command<K,V> command)Removes the specifiedCommandfrom this pipeline.
-