Java io.netty.util.internal PromiseNotificationUtil fields, constructors, methods, implement or subclass

Example usage for Java io.netty.util.internal PromiseNotificationUtil fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for io.netty.util.internal PromiseNotificationUtil.

The text is from its open source code.

Method

voidtryFailure(Promise p, Throwable cause, InternalLogger logger)
Try to mark the Promise as failure and log if logger is not null in case this fails.