Uses of Interface
cn.sliew.milky.common.chain.PipelineProcess
-
Packages that use PipelineProcess Package Description cn.sliew.milky.common.chain -
-
Uses of PipelineProcess in cn.sliew.milky.common.chain
Classes in cn.sliew.milky.common.chain that implement PipelineProcess Modifier and Type Class Description classAbstractPipelineProcess<K,V>Methods in cn.sliew.milky.common.chain that return PipelineProcess Modifier and Type Method Description PipelineProcessDefaultPipeline. context(Command command)PipelineProcessDefaultPipeline. context(Class commandType)PipelineProcessDefaultPipeline. context(String name)PipelineProcess<K,V>Pipeline. context(Command<K,V> command)Returns the context object of the specifiedCommandin this pipeline.PipelineProcess<K,V>Pipeline. context(Class<? extends Command> commandType)Returns the context object of theCommandof the specified type in this pipeline.PipelineProcess<K,V>Pipeline. context(String name)Returns the context object of theCommandwith the specified name in this pipeline.PipelineProcess<K,V>AbstractPipelineProcess. fireEvent(Context<K,V> context, CompletableFuture<?> future)PipelineProcess<K,V>PipelineProcess. fireEvent(Context<K,V> context, CompletableFuture<?> future)PipelineProcessAbstractPipelineProcess. fireExceptionCaught(Context<K,V> context, CompletableFuture<?> future, Throwable cause)PipelineProcessPipelineProcess. fireExceptionCaught(Context<K,V> context, CompletableFuture<?> future, Throwable cause)PipelineProcessDefaultPipeline. firstContext()PipelineProcess<K,V>Pipeline. firstContext()Returns the context of the firstCommandin this pipeline.PipelineProcessDefaultPipeline. lastContext()PipelineProcess<K,V>Pipeline. lastContext()Returns the context of the lastCommandin this pipeline.
-