| 程序包 | 说明 |
|---|---|
| cn.sliew.milky.common.chain |
| 限定符和类型 | 类和说明 |
|---|---|
class |
AbstractPipelineProcess<K,V> |
| 限定符和类型 | 方法和说明 |
|---|---|
PipelineProcess |
DefaultPipeline.context(Class commandType) |
PipelineProcess<K,V> |
Pipeline.context(Class<? extends Command> commandType)
Returns the context object of the
Command of the
specified type in this pipeline. |
PipelineProcess |
DefaultPipeline.context(Command command) |
PipelineProcess<K,V> |
Pipeline.context(Command<K,V> command)
Returns the context object of the specified
Command in this pipeline. |
PipelineProcess |
DefaultPipeline.context(String name) |
PipelineProcess<K,V> |
Pipeline.context(String name)
Returns the context object of the
Command with the
specified name in this pipeline. |
PipelineProcess<K,V> |
AbstractPipelineProcess.fireEvent(Context<K,V> context,
CompletableFuture<?> future) |
PipelineProcess<K,V> |
PipelineProcess.fireEvent(Context<K,V> context,
CompletableFuture<?> future) |
PipelineProcess |
AbstractPipelineProcess.fireExceptionCaught(Context<K,V> context,
CompletableFuture<?> future,
Throwable cause) |
PipelineProcess |
PipelineProcess.fireExceptionCaught(Context<K,V> context,
CompletableFuture<?> future,
Throwable cause)
|
PipelineProcess |
DefaultPipeline.firstContext() |
PipelineProcess<K,V> |
Pipeline.firstContext()
Returns the context of the first
Command in this pipeline. |
PipelineProcess |
DefaultPipeline.lastContext() |
PipelineProcess<K,V> |
Pipeline.lastContext()
Returns the context of the last
Command in this pipeline. |
Copyright © 2021. All rights reserved.