public static interface ProcedureStore.ProcedureStoreListener
| Modifier and Type | Method and Description |
|---|---|
default void |
abortProcess()
triggered when the store is not able to write out data.
|
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.