| Package | Description |
|---|---|
| io.axoniq.axonserver.grpc.event |
| Modifier and Type | Method and Description |
|---|---|
static TransformationState |
TransformationState.forNumber(int value) |
TransformationState |
TransformationOrBuilder.getState()
The state of the transformation
|
TransformationState |
Transformation.getState()
The state of the transformation
|
TransformationState |
Transformation.Builder.getState()
The state of the transformation
|
static TransformationState |
TransformationState.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static TransformationState |
TransformationState.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static TransformationState |
TransformationState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransformationState[] |
TransformationState.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<TransformationState> |
TransformationState.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Transformation.Builder |
Transformation.Builder.setState(TransformationState value)
The state of the transformation
|
Copyright © 2020–2023 AxonIQ BV. All rights reserved.