public static interface ProcedureStore.ProcedureStoreListener
| 限定符和类型 | 方法和说明 |
|---|---|
default void |
abortProcess()
triggered when the store is not able to write out data. the main process should abort.
|
default void |
forceUpdate(long[] procIds)
Suggest that the upper layer should update the state of some procedures.
|
default void |
postSync()
triggered when the store sync is completed.
|
default void postSync()
default void abortProcess()
default void forceUpdate(long[] procIds)
procIds - the id for the proceduresCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.