Uses of Class
io.camunda.zeebe.clustering.management.ErrorResponseCode
-
Packages that use ErrorResponseCode Package Description io.camunda.zeebe.clustering.management Zeebe Cluster Management Protocol -
-
Uses of ErrorResponseCode in io.camunda.zeebe.clustering.management
Methods in io.camunda.zeebe.clustering.management that return ErrorResponseCode Modifier and Type Method Description ErrorResponseCodeErrorResponseDecoder. code()static ErrorResponseCodeErrorResponseCode. get(short value)Lookup the enum value representing the value.static ErrorResponseCodeErrorResponseCode. valueOf(String name)Returns the enum constant of this type with the specified name.static ErrorResponseCode[]ErrorResponseCode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.camunda.zeebe.clustering.management with parameters of type ErrorResponseCode Modifier and Type Method Description ErrorResponseEncoderErrorResponseEncoder. code(ErrorResponseCode value)
-