REQ - requestRES - responsepublic abstract class AbstractWorkflowService<REQ extends com.github.lontime.base.api.workflow.ReactiveInterface,RES extends com.github.lontime.base.api.workflow.StatefulInterface>
extends com.github.lontime.extredisson.consumer.AbstractRemoteService<REQ,RES>
| 构造器和说明 |
|---|
AbstractWorkflowService(WfPersistentInterface<REQ> wfPersistentInterface) |
| 限定符和类型 | 方法和说明 |
|---|---|
RES |
afterRoute(com.github.lontime.extredisson.remote.common.RemoteContext context,
REQ inbound,
RES outbound) |
RES |
beforeRoute(com.github.lontime.extredisson.remote.common.RemoteContext context,
REQ inbound) |
String |
queryState(REQ inbound)
state.
|
afterAsync, before, error, getProvider, onMessageclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic AbstractWorkflowService(WfPersistentInterface<REQ> wfPersistentInterface)
Copyright © 2022. All rights reserved.