Uses of Class
cn.sliew.milky.common.chain.AbstractPipelineProcess
-
Packages that use AbstractPipelineProcess Package Description cn.sliew.milky.common.chain -
-
Uses of AbstractPipelineProcess in cn.sliew.milky.common.chain
Methods in cn.sliew.milky.common.chain with parameters of type AbstractPipelineProcess 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)voidCommand. onEvent(AbstractPipelineProcess<K,V> process, Context<K,V> context, CompletableFuture<?> future)Execute a unit of processing work to be performed.voidLogCommand. onEvent(AbstractPipelineProcess<String,Object> process, Context<String,Object> context, CompletableFuture<?> future)
-