Interface ChannelStateInfo.Builder

  • Method Details

    • code

      A short, machine-readable code identifying the failure cause.

      Parameters:
      code - A short, machine-readable code identifying the failure cause.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • message

      ChannelStateInfo.Builder message(String message)

      A human-readable message describing the failure.

      Parameters:
      message - A human-readable message describing the failure.
      Returns:
      Returns a reference to this object so that method calls can be chained together.