public static final class EventTransformationServiceGrpc.EventTransformationServiceStub extends io.grpc.stub.AbstractStub<EventTransformationServiceGrpc.EventTransformationServiceStub>
Service to transform events in an event store
| 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.
|
protected EventTransformationServiceGrpc.EventTransformationServiceStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
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.
|
getCallOptions, getChannel, newStub, newStub, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReadyprotected EventTransformationServiceGrpc.EventTransformationServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<EventTransformationServiceGrpc.EventTransformationServiceStub>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.
Copyright © 2020–2023 AxonIQ BV. All rights reserved.