| 程序包 | 说明 |
|---|---|
| cn.sliew.milky.common.chain |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Command.exceptionCaught(AbstractPipelineProcess<K,V> process,
Context<K,V> context,
CompletableFuture<?> future,
Throwable cause)
Gets called if a
Throwable was thrown. |
void |
LogCommand.exceptionCaught(AbstractPipelineProcess<String,Object> process,
Context<String,Object> context,
CompletableFuture<?> future,
Throwable cause) |
void |
Command.onEvent(AbstractPipelineProcess<K,V> process,
Context<K,V> context,
CompletableFuture<?> future)
Execute a unit of processing work to be performed.
|
void |
LogCommand.onEvent(AbstractPipelineProcess<String,Object> process,
Context<String,Object> context,
CompletableFuture<?> future) |
Copyright © 2021. All rights reserved.