public interface ActivityRecovery
Modifier and Type | Method and Description |
---|---|
void |
cancel()
Cancel the activity (unsuccessful completion).
|
void |
fault(FaultData faultData)
Fault the activity.
|
void |
retry()
Retry the activity.
|
void retry()
void cancel()
void fault(FaultData faultData)