| 接口 | 说明 |
|---|---|
| Command<K,V> |
没有添加netty的@Shareable特性,如果Command被添加如多个pipeline,需要
Command
处理并发等问题 |
| Context<K,V> |
执行上下文,用来在不同的
Command间传递信息。 |
| Pipeline<K,V> | |
| PipelineProcess<K,V> |
| 类 | 说明 |
|---|---|
| AbstractPipelineProcess<K,V> | |
| ContextMap<K,V> |
Convenience base class for
Context implementations. |
| DefaultPipeline<K,V> |
fixme 线程池组件出来后在添加任务自定义执行线程池的功能
|
| LogCommand |
| 异常错误 | 说明 |
|---|---|
| PipelineException |
Copyright © 2021. All rights reserved.