| Package | Description |
|---|---|
| org.ikasan.exceptionResolver | |
| org.ikasan.exceptionResolver.action | |
| org.ikasan.exceptionResolver.matcher | |
| org.ikasan.recovery |
| Modifier and Type | Method and Description |
|---|---|
ExceptionAction |
MatchingExceptionResolver.resolve(String componentName,
Throwable throwable) |
| Modifier and Type | Class and Description |
|---|---|
class |
ExcludeEventAction
Exception action indicating the Initiator should be Excluded
|
class |
IgnoreAction
Exception action indicating the flow will ignore and continue.
|
class |
RetryAction
Exception Action indicating the operation should be retried
|
class |
ScheduledRetryAction
Exception Action indicating the operation should be retried within the context of a cron expressed schedule.
|
class |
StopAction
Exception action indicating the Initiator should be stopped
|
| Modifier and Type | Method and Description |
|---|---|
ExceptionAction |
MatcherBasedExceptionGroup.getAction() |
| Constructor and Description |
|---|
MatcherBasedExceptionGroup(org.hamcrest.Matcher<?> matcher,
ExceptionAction action)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected FinalAction |
ScheduledRecoveryManager.getFinalAction(ExceptionAction exceptionAction) |
protected void |
ScheduledRecoveryManager.recover(ExceptionAction action,
String componentName,
Throwable throwable,
ID id)
Common resolution of the action for the componentName and throwable instance
|
Copyright © 2007-2019 Ikasan. All Rights Reserved.