Class BrokerHealthStatusResult

java.lang.Object
org.apache.kafka.clients.admin.BrokerHealthStatusResult

public class BrokerHealthStatusResult extends Object
  • Method Details

    • brokerId

      public int brokerId()
      The brokerId to change health status of.
    • brokerComponent

      public BrokerComponent brokerComponent()
      Indicates the broker component which was modified.
    • componentHealthStatus

      public ComponentHealthStatus componentHealthStatus()
      Indicates the broker component's new health status.
    • toString

      public String toString()
      Overrides:
      toString in class Object