public class ParallelNode extends BaseSpecialNode
Description: 一种支持并发运行节点的特殊节点
@Date: 2022-12-04 14:03:04
@Author: 飞拳
ParallelNode(List<BaseNode> parallelNodes, Executor executor)
void
handle(BaseChainContext context)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ParallelNode(List<BaseNode> parallelNodes, Executor executor)
public void handle(BaseChainContext context)
BaseNode
description:
handle
context
Copyright © 2022. All rights reserved.