| Package | Description |
|---|---|
| io.axoniq.platform.grpc |
| Modifier and Type | Method and Description |
|---|---|
static ContextAction |
ContextAction.forNumber(int value) |
ContextAction |
ContextUpdateOrBuilder.getAction()
optional .io.axoniq.platform.grpc.ContextAction action = 4; |
ContextAction |
ContextUpdate.getAction()
optional .io.axoniq.platform.grpc.ContextAction action = 4; |
ContextAction |
ContextUpdate.Builder.getAction()
optional .io.axoniq.platform.grpc.ContextAction action = 4; |
static ContextAction |
ContextAction.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ContextAction |
ContextAction.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ContextAction |
ContextAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContextAction[] |
ContextAction.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<ContextAction> |
ContextAction.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
ContextUpdate.Builder |
ContextUpdate.Builder.setAction(ContextAction value)
optional .io.axoniq.platform.grpc.ContextAction action = 4; |
Copyright © 2017–2018. All rights reserved.