public class Async extends java.lang.Object implements NotificationHandlingStrategy
Returns when all handlers are finished.
In case of any exception(s), they will be captured in an AggregateException.
| Constructor and Description |
|---|
Async(java.util.concurrent.ExecutorService threadPool) |
| 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