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