Class FormattingTuple

java.lang.Object
io.netty.util.internal.logging.FormattingTuple

public final class FormattingTuple extends Object
Holds the results of formatting done by MessageFormatter.
  • Constructor Details

    • FormattingTuple

      public FormattingTuple(String message, Throwable throwable)
  • Method Details

    • getMessage

      public String getMessage()
    • getThrowable

      public Throwable getThrowable()