public interface TransformationOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getAppliedAt()
The timestamp at which the transformation was applied.
|
String |
getApplyRequester()
The username of user who requested the transformation to be applied.
|
com.google.protobuf.ByteString |
getApplyRequesterBytes()
The username of user who requested the transformation to be applied.
|
String |
getContext()
The bounded context in which this transformation is being executed.
|
com.google.protobuf.ByteString |
getContextBytes()
The bounded context in which this transformation is being executed.
|
String |
getDescription()
The description of the transformation.
|
com.google.protobuf.ByteString |
getDescriptionBytes()
The description of the transformation.
|
long |
getSequence()
The sequence of the last transformation action stored.
|
TransformationState |
getState()
The state of the transformation
|
int |
getStateValue()
The state of the transformation
|
TransformationId |
getTransformationId()
The identifier of the transformation.
|
TransformationIdOrBuilder |
getTransformationIdOrBuilder()
The identifier of the transformation.
|
int |
getVersion()
The version of the transformation.
|
boolean |
hasTransformationId()
The identifier of the transformation.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasTransformationId()
The identifier of the transformation.
.io.axoniq.axonserver.grpc.event.TransformationId transformationId = 1;TransformationId getTransformationId()
The identifier of the transformation.
.io.axoniq.axonserver.grpc.event.TransformationId transformationId = 1;TransformationIdOrBuilder getTransformationIdOrBuilder()
The identifier of the transformation.
.io.axoniq.axonserver.grpc.event.TransformationId transformationId = 1;int getStateValue()
The state of the transformation
.io.axoniq.axonserver.grpc.event.TransformationState state = 2;TransformationState getState()
The state of the transformation
.io.axoniq.axonserver.grpc.event.TransformationState state = 2;long getSequence()
The sequence of the last transformation action stored. Needed for checking sequential consistency of requests.
int64 sequence = 3;String getContext()
The bounded context in which this transformation is being executed.
string context = 4;com.google.protobuf.ByteString getContextBytes()
The bounded context in which this transformation is being executed.
string context = 4;String getDescription()
The description of the transformation.
string description = 5;com.google.protobuf.ByteString getDescriptionBytes()
The description of the transformation.
string description = 5;long getAppliedAt()
The timestamp at which the transformation was applied. Set to -1 if the transformation was not applied.
int64 applied_at = 6;String getApplyRequester()
The username of user who requested the transformation to be applied. Empty if the transformation was not applied.
string apply_requester = 7;com.google.protobuf.ByteString getApplyRequesterBytes()
The username of user who requested the transformation to be applied. Empty if the transformation was not applied.
string apply_requester = 7;int getVersion()
The version of the transformation. The sequence
int32 version = 8;Copyright © 2020–2023 AxonIQ BV. All rights reserved.