public class ErrorDeliveryUtil extends Object
| Constructor and Description |
|---|
ErrorDeliveryUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
alertEvents(Throwable x,
Collection<? extends Event> events) |
static void |
alertEvents(Throwable x,
Event... events) |
static void |
alertPromises(Throwable x,
Collection<? extends Promise> promises) |
static void |
alertPromises(Throwable x,
Promise... promises) |
public static void alertPromises(Throwable x, Collection<? extends Promise> promises)
public static void alertEvents(Throwable x, Collection<? extends Event> events)
Copyright © 2009–2014. All rights reserved.