接口 PipelineContext
- 所有已知实现类:
DefaultPipelineContext
public interface PipelineContext
Pipeline 上下文
- 作者:
- 渔民小镇
- 日期:
- 2023-02-19
-
方法概要
-
方法详细资料
-
addFirst
把处理器添加到第一个位置- 参数:
handler
- 处理器
-
addFirst
把处理器添加到第一个位置- 参数:
name
- 处理器的名称handler
- 处理器
-
addLast
把处理器添加到最后的位置- 参数:
handler
- 处理器
-
addLast
把处理器添加到最后的位置- 参数:
name
- 处理器的名称handler
- 处理器
-
remove
移除指定处理器- 参数:
name
- 处理器的名称
-