Uses of Class
cn.sliew.milky.common.chain.PipelineException
-
Packages that use PipelineException Package Description cn.sliew.milky.common.chain -
-
Uses of PipelineException in cn.sliew.milky.common.chain
Methods in cn.sliew.milky.common.chain that throw PipelineException Modifier and Type Method Description voidCommand. exceptionCaught(AbstractPipelineProcess<K,V> process, Context<K,V> context, CompletableFuture<?> future, Throwable cause)Gets called if aThrowablewas thrown.voidLogCommand. exceptionCaught(AbstractPipelineProcess<String,Object> process, Context<String,Object> context, CompletableFuture<?> future, Throwable cause)
-