| Interface | Description |
|---|---|
| CrashDataHandler |
Handles retrieving and persisting of crash data
|
| CrashDataHandlerFactory |
Factory for built-in crash data handler
|
| CrashRecoverBehaviour |
Interface for the recovery behaviour.
|
| CrashRecoverBehaviour.CrashAction |
A crash action used with
CrashRecoverBehaviour.getPreCrashAction() and CrashRecoverBehaviour.getPostCrashAction() |
| ICrashExceptionData |
Use this interface for any exception to provide additional debugging
data the the planb exception handler.
|
| RecoverBehaviorFactory |
Factory for all built-in crash behaviors
|
| Class | Description |
|---|---|
| CrashRecoverBehaviour.CrashAction.Noop |
Default no-op implementation
|