| Package | Description |
|---|---|
| io.axoniq.axonserver.grpc.event |
| Modifier and Type | Method and Description |
|---|---|
TransformationId |
TransformationId.Builder.build() |
TransformationId |
TransformationId.Builder.buildPartial() |
static TransformationId |
TransformationId.getDefaultInstance() |
TransformationId |
TransformationId.getDefaultInstanceForType() |
TransformationId |
TransformationId.Builder.getDefaultInstanceForType() |
TransformationId |
TransformationOrBuilder.getTransformationId()
The identifier of the transformation.
|
TransformationId |
TransformRequest.getTransformationId()
The identification of the transformation
|
TransformationId |
TransformRequest.Builder.getTransformationId()
The identification of the transformation
|
TransformationId |
TransformRequestOrBuilder.getTransformationId()
The identification of the transformation
|
TransformationId |
ApplyTransformationRequest.getTransformationId()
The identification of the transformation
|
TransformationId |
ApplyTransformationRequest.Builder.getTransformationId()
The identification of the transformation
|
TransformationId |
Transformation.getTransformationId()
The identifier of the transformation.
|
TransformationId |
Transformation.Builder.getTransformationId()
The identifier of the transformation.
|
TransformationId |
ApplyTransformationRequestOrBuilder.getTransformationId()
The identification of the transformation
|
static TransformationId |
TransformationId.parseDelimitedFrom(InputStream input) |
static TransformationId |
TransformationId.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransformationId |
TransformationId.parseFrom(byte[] data) |
static TransformationId |
TransformationId.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransformationId |
TransformationId.parseFrom(ByteBuffer data) |
static TransformationId |
TransformationId.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransformationId |
TransformationId.parseFrom(com.google.protobuf.ByteString data) |
static TransformationId |
TransformationId.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransformationId |
TransformationId.parseFrom(com.google.protobuf.CodedInputStream input) |
static TransformationId |
TransformationId.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransformationId |
TransformationId.parseFrom(InputStream input) |
static TransformationId |
TransformationId.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
TransformationId |
EventTransformationServiceGrpc.EventTransformationServiceBlockingStub.startTransformation(StartTransformationRequest request)
Starts a new transformation.
|
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.MethodDescriptor<TransformationId,com.google.protobuf.Empty> |
EventTransformationServiceGrpc.getCancelTransformationMethod() |
com.google.protobuf.Parser<TransformationId> |
TransformationId.getParserForType() |
static io.grpc.MethodDescriptor<StartTransformationRequest,TransformationId> |
EventTransformationServiceGrpc.getStartTransformationMethod() |
static com.google.protobuf.Parser<TransformationId> |
TransformationId.parser() |
com.google.common.util.concurrent.ListenableFuture<TransformationId> |
EventTransformationServiceGrpc.EventTransformationServiceFutureStub.startTransformation(StartTransformationRequest request)
Starts a new transformation.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<com.google.protobuf.Empty> |
EventTransformationServiceGrpc.EventTransformationServiceBlockingStub.cancelTransformation(TransformationId request)
Cancels a transformation before it is applied.
|
void |
EventTransformationServiceGrpc.EventTransformationServiceImplBase.cancelTransformation(TransformationId request,
io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Cancels a transformation before it is applied.
|
void |
EventTransformationServiceGrpc.EventTransformationServiceStub.cancelTransformation(TransformationId request,
io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Cancels a transformation before it is applied.
|
TransformationId.Builder |
TransformationId.Builder.mergeFrom(TransformationId other) |
TransformRequest.Builder |
TransformRequest.Builder.mergeTransformationId(TransformationId value)
The identification of the transformation
|
ApplyTransformationRequest.Builder |
ApplyTransformationRequest.Builder.mergeTransformationId(TransformationId value)
The identification of the transformation
|
Transformation.Builder |
Transformation.Builder.mergeTransformationId(TransformationId value)
The identifier of the transformation.
|
static TransformationId.Builder |
TransformationId.newBuilder(TransformationId prototype) |
TransformRequest.Builder |
TransformRequest.Builder.setTransformationId(TransformationId value)
The identification of the transformation
|
ApplyTransformationRequest.Builder |
ApplyTransformationRequest.Builder.setTransformationId(TransformationId value)
The identification of the transformation
|
Transformation.Builder |
Transformation.Builder.setTransformationId(TransformationId value)
The identifier of the transformation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EventTransformationServiceGrpc.EventTransformationServiceImplBase.startTransformation(StartTransformationRequest request,
io.grpc.stub.StreamObserver<TransformationId> responseObserver)
Starts a new transformation.
|
void |
EventTransformationServiceGrpc.EventTransformationServiceStub.startTransformation(StartTransformationRequest request,
io.grpc.stub.StreamObserver<TransformationId> responseObserver)
Starts a new transformation.
|
Copyright © 2020–2023 AxonIQ BV. All rights reserved.