Promise
s.
Access | Constructor and Description |
---|---|
private |
Modifier and Type | Method and Description |
---|---|
public static void | tryCancel(Promise<?> p, InternalLogger logger)
Try to cancel the |
public static void | tryFailure(Promise<?> p, Throwable cause, InternalLogger logger)
Try to mark the |
public static <V> void | trySuccess(Promise<? super V> p, V result, InternalLogger logger)
Try to mark the |
PromiseNotificationUtil | back to summary |
---|---|
private PromiseNotificationUtil() |
tryCancel | back to summary |
---|---|
public static void tryCancel(Promise<?> p, InternalLogger logger) Try to cancel the |
tryFailure | back to summary |
---|---|
public static void tryFailure(Promise<?> p, Throwable cause, InternalLogger logger) Try to mark the |
trySuccess | back to summary |
---|---|
public static <V> void trySuccess(Promise<? super V> p, V result, InternalLogger logger) Try to mark the |