Uses of Class
io.camunda.zeebe.client.api.response.PartitionBrokerHealth
-
Packages that use PartitionBrokerHealth Package Description io.camunda.zeebe.client.api.response io.camunda.zeebe.client.impl.response -
-
Uses of PartitionBrokerHealth in io.camunda.zeebe.client.api.response
Methods in io.camunda.zeebe.client.api.response that return PartitionBrokerHealth Modifier and Type Method Description PartitionBrokerHealthPartitionInfo. getHealth()static PartitionBrokerHealthPartitionBrokerHealth. valueOf(String name)Returns the enum constant of this type with the specified name.static PartitionBrokerHealth[]PartitionBrokerHealth. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of PartitionBrokerHealth in io.camunda.zeebe.client.impl.response
Methods in io.camunda.zeebe.client.impl.response that return PartitionBrokerHealth Modifier and Type Method Description PartitionBrokerHealthPartitionInfoImpl. getHealth()
-