| Package | Description |
|---|---|
| io.axoniq.axonserver.grpc.event |
| Modifier and Type | Method and Description |
|---|---|
ApplyTransformationRequest |
ApplyTransformationRequest.Builder.build() |
ApplyTransformationRequest |
ApplyTransformationRequest.Builder.buildPartial() |
static ApplyTransformationRequest |
ApplyTransformationRequest.getDefaultInstance() |
ApplyTransformationRequest |
ApplyTransformationRequest.getDefaultInstanceForType() |
ApplyTransformationRequest |
ApplyTransformationRequest.Builder.getDefaultInstanceForType() |
static ApplyTransformationRequest |
ApplyTransformationRequest.parseDelimitedFrom(InputStream input) |
static ApplyTransformationRequest |
ApplyTransformationRequest.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ApplyTransformationRequest |
ApplyTransformationRequest.parseFrom(byte[] data) |
static ApplyTransformationRequest |
ApplyTransformationRequest.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ApplyTransformationRequest |
ApplyTransformationRequest.parseFrom(ByteBuffer data) |
static ApplyTransformationRequest |
ApplyTransformationRequest.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ApplyTransformationRequest |
ApplyTransformationRequest.parseFrom(com.google.protobuf.ByteString data) |
static ApplyTransformationRequest |
ApplyTransformationRequest.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ApplyTransformationRequest |
ApplyTransformationRequest.parseFrom(com.google.protobuf.CodedInputStream input) |
static ApplyTransformationRequest |
ApplyTransformationRequest.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ApplyTransformationRequest |
ApplyTransformationRequest.parseFrom(InputStream input) |
static ApplyTransformationRequest |
ApplyTransformationRequest.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.MethodDescriptor<ApplyTransformationRequest,com.google.protobuf.Empty> |
EventTransformationServiceGrpc.getApplyTransformationMethod() |
com.google.protobuf.Parser<ApplyTransformationRequest> |
ApplyTransformationRequest.getParserForType() |
static com.google.protobuf.Parser<ApplyTransformationRequest> |
ApplyTransformationRequest.parser() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<com.google.protobuf.Empty> |
EventTransformationServiceGrpc.EventTransformationServiceBlockingStub.applyTransformation(ApplyTransformationRequest request)
Applies the changes from a transformation in the event store.
|
void |
EventTransformationServiceGrpc.EventTransformationServiceImplBase.applyTransformation(ApplyTransformationRequest request,
io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Applies the changes from a transformation in the event store.
|
void |
EventTransformationServiceGrpc.EventTransformationServiceStub.applyTransformation(ApplyTransformationRequest request,
io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Applies the changes from a transformation in the event store.
|
ApplyTransformationRequest.Builder |
ApplyTransformationRequest.Builder.mergeFrom(ApplyTransformationRequest other) |
static ApplyTransformationRequest.Builder |
ApplyTransformationRequest.newBuilder(ApplyTransformationRequest prototype) |
Copyright © 2020–2023 AxonIQ BV. All rights reserved.