- java.lang.Object
-
- io.netty5.util.internal.PromiseNotificationUtil
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
tryCancel(Promise<?> p, InternalLogger logger)
static void
tryFailure(Promise<?> p, Throwable cause, InternalLogger logger)
static <V> void
trySuccess(Promise<? super V> p, V result, InternalLogger logger)
-
-
-
Method Detail
-
tryCancel
public static void tryCancel(Promise<?> p, InternalLogger logger)
-
trySuccess
public static <V> void trySuccess(Promise<? super V> p, V result, InternalLogger logger)
-
tryFailure
public static void tryFailure(Promise<?> p, Throwable cause, InternalLogger logger)
-
-