Package | Description |
---|---|
io.axoniq.axonserver.grpc |
Modifier and Type | Method and Description |
---|---|
static ProcessingKey |
ProcessingKey.forNumber(int value) |
ProcessingKey |
ProcessingInstruction.getKey()
optional .io.axoniq.axonserver.grpc.ProcessingKey key = 1; |
ProcessingKey |
ProcessingInstruction.Builder.getKey()
optional .io.axoniq.axonserver.grpc.ProcessingKey key = 1; |
ProcessingKey |
ProcessingInstructionOrBuilder.getKey()
optional .io.axoniq.axonserver.grpc.ProcessingKey key = 1; |
static ProcessingKey |
ProcessingKey.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ProcessingKey |
ProcessingKey.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ProcessingKey |
ProcessingKey.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProcessingKey[] |
ProcessingKey.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static com.google.protobuf.Internal.EnumLiteMap<ProcessingKey> |
ProcessingKey.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
ProcessingInstruction.Builder |
ProcessingInstruction.Builder.setKey(ProcessingKey value)
optional .io.axoniq.axonserver.grpc.ProcessingKey key = 1; |
Copyright © 2010–2018. All rights reserved.