public abstract class AbstractChain<REQ,RESP> extends Object implements Chain<REQ,RESP>
| 构造器和说明 |
|---|
AbstractChain() |
| 限定符和类型 | 方法和说明 |
|---|---|
ChainContext |
getContext() |
void |
setContext(ChainContext context) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddHandler, handlepublic ChainContext getContext()
getContext 在接口中 Chain<REQ,RESP>public void setContext(ChainContext context)
setContext 在接口中 Chain<REQ,RESP>Copyright © 2020. All rights reserved.