public interface ApplyTransformationRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getLastSequence()
The sequence of the last entry in this transformation
|
TransformationId |
getTransformationId()
The identification of the transformation
|
TransformationIdOrBuilder |
getTransformationIdOrBuilder()
The identification of the transformation
|
boolean |
hasTransformationId()
The identification of the transformation
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasTransformationId()
The identification of the transformation
.io.axoniq.axonserver.grpc.event.TransformationId transformation_id = 1;TransformationId getTransformationId()
The identification of the transformation
.io.axoniq.axonserver.grpc.event.TransformationId transformation_id = 1;TransformationIdOrBuilder getTransformationIdOrBuilder()
The identification of the transformation
.io.axoniq.axonserver.grpc.event.TransformationId transformation_id = 1;long getLastSequence()
The sequence of the last entry in this transformation
int64 last_sequence = 2;Copyright © 2020–2023 AxonIQ BV. All rights reserved.