public abstract class BaseNode<Ctx extends BaseChainContext> extends Object
Description: 抽象责任链节点
@Date: 2022-12-04 14:02:10
@Author: 飞拳
BaseNode()
abstract void
handle(Ctx context)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public BaseNode()
public abstract void handle(Ctx context)
description:
context
Copyright © 2022. All rights reserved.