Package net.schmizz.concurrent
Class ErrorDeliveryUtil
- java.lang.Object
-
- net.schmizz.concurrent.ErrorDeliveryUtil
-
public class ErrorDeliveryUtil extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ErrorDeliveryUtil()
-
Method Summary
Modifier and Type Method Description static void
alertEvents(java.lang.Throwable x, java.util.Collection<? extends Event<?>> events)
static void
alertEvents(java.lang.Throwable x, Event<?>... events)
static void
alertPromises(java.lang.Throwable x, java.util.Collection<? extends Promise<?,?>> promises)
static void
alertPromises(java.lang.Throwable x, Promise<?,?>... promises)
-
-
-
Method Detail
-
alertPromises
public static void alertPromises(java.lang.Throwable x, Promise<?,?>... promises)
-
alertPromises
public static void alertPromises(java.lang.Throwable x, java.util.Collection<? extends Promise<?,?>> promises)
-
alertEvents
public static void alertEvents(java.lang.Throwable x, Event<?>... events)
-
alertEvents
public static void alertEvents(java.lang.Throwable x, java.util.Collection<? extends Event<?>> events)
-
-