public class StopOnException extends java.lang.Object implements NotificationHandlingStrategy
Returns when all handlers are finished or an exception has been thrown.
In case of an exception, any handlers after that will not be run.
| Constructor and Description |
|---|
StopOnException() |
| Modifier and Type | Method and Description |
|---|---|
void |
handle(java.util.List<java.lang.Runnable> runnableNotifications) |
public void handle(java.util.List<java.lang.Runnable> runnableNotifications)
handle in interface NotificationHandlingStrategy