public abstract static class EventTransformationServiceGrpc.EventTransformationServiceImplBase extends Object implements io.grpc.BindableService
Service to transform events in an event store
| Constructor and Description |
|---|
EventTransformationServiceImplBase() |
| Modifier and Type | Method and Description |
|---|---|
void |
applyTransformation(ApplyTransformationRequest request,
io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Applies the changes from a transformation in the event store.
|
io.grpc.ServerServiceDefinition |
bindService() |
void |
cancelTransformation(TransformationId request,
io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Cancels a transformation before it is applied.
|
void |
compact(CompactionRequest request,
io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Deletes old versions of events updated by a transformation.
|
void |
startTransformation(StartTransformationRequest request,
io.grpc.stub.StreamObserver<TransformationId> responseObserver)
Starts a new transformation.
|
void |
transformations(com.google.protobuf.Empty request,
io.grpc.stub.StreamObserver<Transformation> responseObserver)
Returns the list of all transformations.
|
io.grpc.stub.StreamObserver<TransformRequest> |
transformEvents(io.grpc.stub.StreamObserver<TransformRequestAck> responseObserver)
Adds requests to transform an event to a transformation.
|
public void transformations(com.google.protobuf.Empty request,
io.grpc.stub.StreamObserver<Transformation> responseObserver)
Returns the list of all transformations.
public void startTransformation(StartTransformationRequest request, io.grpc.stub.StreamObserver<TransformationId> responseObserver)
Starts a new transformation.
public io.grpc.stub.StreamObserver<TransformRequest> transformEvents(io.grpc.stub.StreamObserver<TransformRequestAck> responseObserver)
Adds requests to transform an event to a transformation.
public void cancelTransformation(TransformationId request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Cancels a transformation before it is applied.
public void applyTransformation(ApplyTransformationRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Applies the changes from a transformation in the event store.
public void compact(CompactionRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Deletes old versions of events updated by a transformation.
public final io.grpc.ServerServiceDefinition bindService()
bindService in interface io.grpc.BindableServiceCopyright © 2020–2023 AxonIQ BV. All rights reserved.