public interface AsyncCallback
| 限定符和类型 | 方法和说明 |
|---|---|
void |
onError(ProcessContext context,
StateMachineInstance stateMachineInstance,
Exception exp)
on error
|
void |
onFinished(ProcessContext context,
StateMachineInstance stateMachineInstance)
on finished
|
void onFinished(ProcessContext context, StateMachineInstance stateMachineInstance)
context - stateMachineInstance - void onError(ProcessContext context, StateMachineInstance stateMachineInstance, Exception exp)
context - stateMachineInstance - exp - Copyright © 2019 Seata. All rights reserved.