public enum Result extends Enum<Result> implements com.google.protobuf.ProtocolMessageEnum
io.axoniq.axonserver.grpc.admin.Result| Enum Constant and Description |
|---|
ACCEPTED
The handler has accepted the result, no result will be returned
|
SUCCESS
The handler confirmed that the action was executed successfully
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
ACCEPTED_VALUE
The handler has accepted the result, no result will be returned
|
static int |
SUCCESS_VALUE
The handler confirmed that the action was executed successfully
|
| Modifier and Type | Method and Description |
|---|---|
static Result |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<Result> |
internalGetValueMap() |
static Result |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Result |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Result |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Result[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Result SUCCESS
The handler confirmed that the action was executed successfully
SUCCESS = 0;public static final Result ACCEPTED
The handler has accepted the result, no result will be returned
ACCEPTED = 1;public static final Result UNRECOGNIZED
public static final int SUCCESS_VALUE
The handler confirmed that the action was executed successfully
SUCCESS = 0;public static final int ACCEPTED_VALUE
The handler has accepted the result, no result will be returned
ACCEPTED = 1;public static Result[] values()
for (Result c : Result.values()) System.out.println(c);
public static Result valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static Result valueOf(int value)
forNumber(int) instead.public static Result forNumber(int value)
public static com.google.protobuf.Internal.EnumLiteMap<Result> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static Result valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2020–2022 AxonIQ BV. All rights reserved.