public class ParallelNoWait extends java.lang.Object implements NotificationHandlingStrategy
Returns immediately and does not wait for any handlers to finish.
Note that you cannot capture any exceptions.
| Constructor and Description |
|---|
ParallelNoWait(java.util.concurrent.ExecutorService executorService) |
| Modifier and Type | Method and Description |
|---|---|
void |
handle(java.util.List<java.lang.Runnable> runnableNotifications) |
public ParallelNoWait(java.util.concurrent.ExecutorService executorService)
public void handle(java.util.List<java.lang.Runnable> runnableNotifications)
handle in interface NotificationHandlingStrategy