net.schmizz.concurrent
Class ErrorDeliveryUtil
java.lang.Object
net.schmizz.concurrent.ErrorDeliveryUtil
public class ErrorDeliveryUtil
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ErrorDeliveryUtil
public ErrorDeliveryUtil()
alertPromises
public static void alertPromises(Throwable x,
Promise... promises)
alertPromises
public static void alertPromises(Throwable x,
Collection<? extends Promise> promises)
alertEvents
public static void alertEvents(Throwable x,
Event... events)
alertEvents
public static void alertEvents(Throwable x,
Collection<? extends Event> events)
Copyright © 2009-2012. All Rights Reserved.