public static final class EventTransformationServiceGrpc.EventTransformationServiceBlockingStub extends io.grpc.stub.AbstractStub<EventTransformationServiceGrpc.EventTransformationServiceBlockingStub>
Service to transform events in an event store
| Modifier and Type | Method and Description |
|---|---|
Iterator<com.google.protobuf.Empty> |
applyTransformation(ApplyTransformationRequest request)
Applies the changes from a transformation in the event store.
|
protected EventTransformationServiceGrpc.EventTransformationServiceBlockingStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
Iterator<com.google.protobuf.Empty> |
cancelTransformation(TransformationId request)
Cancels a transformation before it is applied.
|
Iterator<com.google.protobuf.Empty> |
compact(CompactionRequest request)
Deletes old versions of events updated by a transformation.
|
TransformationId |
startTransformation(StartTransformationRequest request)
Starts a new transformation.
|
Iterator<Transformation> |
transformations(com.google.protobuf.Empty request)
Returns the list of all transformations.
|
getCallOptions, getChannel, newStub, newStub, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReadyprotected EventTransformationServiceGrpc.EventTransformationServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<EventTransformationServiceGrpc.EventTransformationServiceBlockingStub>public Iterator<Transformation> transformations(com.google.protobuf.Empty request)
Returns the list of all transformations.
public TransformationId startTransformation(StartTransformationRequest request)
Starts a new transformation.
public Iterator<com.google.protobuf.Empty> cancelTransformation(TransformationId request)
Cancels a transformation before it is applied.
public Iterator<com.google.protobuf.Empty> applyTransformation(ApplyTransformationRequest request)
Applies the changes from a transformation in the event store.
public Iterator<com.google.protobuf.Empty> compact(CompactionRequest request)
Deletes old versions of events updated by a transformation.
Copyright © 2020–2023 AxonIQ BV. All rights reserved.