public interface AsyncCallback
| Modifier and Type | Method and Description |
|---|---|
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 © 2023 Seata. All rights reserved.