public interface TransformRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
DeletedEvent |
getDeleteEvent()
Deletes the content of an event
|
DeletedEventOrBuilder |
getDeleteEventOrBuilder()
Deletes the content of an event
|
TransformedEvent |
getReplaceEvent()
Replaces the content of an event with the new content
|
TransformedEventOrBuilder |
getReplaceEventOrBuilder()
Replaces the content of an event with the new content
|
TransformRequest.RequestCase |
getRequestCase() |
long |
getSequence()
The sequence of the current transformation
|
TransformationId |
getTransformationId()
The identification of the transformation
|
TransformationIdOrBuilder |
getTransformationIdOrBuilder()
The identification of the transformation
|
boolean |
hasDeleteEvent()
Deletes the content of an event
|
boolean |
hasReplaceEvent()
Replaces the content of an event with the new content
|
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 getSequence()
The sequence of the current transformation
int64 sequence = 2;boolean hasReplaceEvent()
Replaces the content of an event with the new content
.io.axoniq.axonserver.grpc.event.TransformedEvent replace_event = 3;TransformedEvent getReplaceEvent()
Replaces the content of an event with the new content
.io.axoniq.axonserver.grpc.event.TransformedEvent replace_event = 3;TransformedEventOrBuilder getReplaceEventOrBuilder()
Replaces the content of an event with the new content
.io.axoniq.axonserver.grpc.event.TransformedEvent replace_event = 3;boolean hasDeleteEvent()
Deletes the content of an event
.io.axoniq.axonserver.grpc.event.DeletedEvent delete_event = 4;DeletedEvent getDeleteEvent()
Deletes the content of an event
.io.axoniq.axonserver.grpc.event.DeletedEvent delete_event = 4;DeletedEventOrBuilder getDeleteEventOrBuilder()
Deletes the content of an event
.io.axoniq.axonserver.grpc.event.DeletedEvent delete_event = 4;TransformRequest.RequestCase getRequestCase()
Copyright © 2020–2023 AxonIQ BV. All rights reserved.