public abstract class AbstractProvider extends Object implements Provider
DESTROY_NAME, END_NAME, RESTART_NAME, START_NAME, STATE_NAME| 构造器和说明 |
|---|
AbstractProvider() |
| 限定符和类型 | 方法和说明 |
|---|---|
<REQ,RES> RES |
destroy(String schemaName,
String stepName,
REQ params,
com.github.lontime.base.serial.codec.MsgCodec<REQ,RES> codec)
destroy.
|
<REQ,RES> RES |
end(String schemaName,
String stepName,
REQ params,
com.github.lontime.base.serial.codec.MsgCodec<REQ,RES> codec)
end.
|
<REQ,RES> RES |
push(String schemaName,
String stepName,
REQ params,
com.github.lontime.base.serial.codec.MsgCodec<REQ,RES> codec)
push.
|
<REQ,RES> RES |
restart(String schemaName,
String stepName,
REQ params,
com.github.lontime.base.serial.codec.MsgCodec<REQ,RES> codec)
end.
|
<REQ,RES> RES |
start(String schemaName,
String stepName,
REQ params,
com.github.lontime.base.serial.codec.MsgCodec<REQ,RES> codec)
start.
|
<REQ,RES> RES |
state(String schemaName,
String methodName,
REQ params,
com.github.lontime.base.serial.codec.MsgCodec<REQ,RES> codec)
push.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclose, destroy, end, getName, pushForObject, restart, start, startForObject, startForObject, state, statepublic <REQ,RES> RES state(String schemaName, String methodName, REQ params, com.github.lontime.base.serial.codec.MsgCodec<REQ,RES> codec)
Providerpublic <REQ,RES> RES restart(String schemaName, String stepName, REQ params, com.github.lontime.base.serial.codec.MsgCodec<REQ,RES> codec)
Providerpublic <REQ,RES> RES start(String schemaName, String stepName, REQ params, com.github.lontime.base.serial.codec.MsgCodec<REQ,RES> codec)
Providerpublic <REQ,RES> RES end(String schemaName, String stepName, REQ params, com.github.lontime.base.serial.codec.MsgCodec<REQ,RES> codec)
Providerpublic <REQ,RES> RES destroy(String schemaName, String stepName, REQ params, com.github.lontime.base.serial.codec.MsgCodec<REQ,RES> codec)
ProviderCopyright © 2022. All rights reserved.