| 程序包 | 说明 |
|---|---|
| cn.sliew.milky.common.chain |
| 限定符和类型 | 类和说明 |
|---|---|
class |
DefaultPipeline<K,V>
fixme 线程池组件出来后在添加任务自定义执行线程池的功能
|
| 限定符和类型 | 方法和说明 |
|---|---|
Pipeline |
DefaultPipeline.addAfter(String baseName,
String name,
Command command) |
Pipeline<K,V> |
Pipeline.addAfter(String baseName,
String name,
Command<K,V> command)
Inserts a
Command after an existing command of this pipeline. |
Pipeline |
DefaultPipeline.addBefore(String baseName,
String name,
Command command) |
Pipeline<K,V> |
Pipeline.addBefore(String baseName,
String name,
Command<K,V> command)
Inserts a
Command before an existing command of this pipeline. |
Pipeline |
DefaultPipeline.addFirst(String name,
Command command) |
Pipeline<K,V> |
Pipeline.addFirst(String name,
Command<K,V> command)
Inserts a
PipelineProcess at the first position of this pipeline. |
Pipeline |
DefaultPipeline.addLast(String name,
Command command) |
Pipeline<K,V> |
Pipeline.addLast(String name,
Command<K,V> command)
Appends a
PipelineProcess at the last position of this pipeline. |
Pipeline |
DefaultPipeline.fireEvent(Context<K,V> context,
CompletableFuture<?> future) |
Pipeline |
Pipeline.fireEvent(Context<K,V> context,
CompletableFuture<?> future) |
Pipeline |
DefaultPipeline.fireExceptionCaught(Context<K,V> context,
Throwable cause,
CompletableFuture<?> future) |
Pipeline |
Pipeline.fireExceptionCaught(Context<K,V> context,
Throwable cause,
CompletableFuture<?> future) |
Pipeline |
AbstractPipelineProcess.pipeline() |
Pipeline<K,V> |
PipelineProcess.pipeline()
Return the assigned
Pipeline |
Pipeline |
DefaultPipeline.remove(Command command) |
Pipeline<K,V> |
Pipeline.remove(Command<K,V> command)
Removes the specified
Command from this pipeline. |
Copyright © 2021. All rights reserved.