@Generated(value="by gRPC proto compiler (version 1.19.0)", comments="Source: event.proto") public final class EventTransformationServiceGrpc extends Object
Service to transform events in an event store
| Modifier and Type | Class and Description |
|---|---|
static class |
EventTransformationServiceGrpc.EventTransformationServiceBlockingStub
Service to transform events in an event store
|
static class |
EventTransformationServiceGrpc.EventTransformationServiceFutureStub
Service to transform events in an event store
|
static class |
EventTransformationServiceGrpc.EventTransformationServiceImplBase
Service to transform events in an event store
|
static class |
EventTransformationServiceGrpc.EventTransformationServiceStub
Service to transform events in an event store
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.MethodDescriptor<ApplyTransformationRequest,com.google.protobuf.Empty> |
getApplyTransformationMethod() |
static io.grpc.MethodDescriptor<TransformationId,com.google.protobuf.Empty> |
getCancelTransformationMethod() |
static io.grpc.MethodDescriptor<CompactionRequest,com.google.protobuf.Empty> |
getCompactMethod() |
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static io.grpc.MethodDescriptor<StartTransformationRequest,TransformationId> |
getStartTransformationMethod() |
static io.grpc.MethodDescriptor<com.google.protobuf.Empty,Transformation> |
getTransformationsMethod() |
static io.grpc.MethodDescriptor<TransformRequest,TransformRequestAck> |
getTransformEventsMethod() |
static EventTransformationServiceGrpc.EventTransformationServiceBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static EventTransformationServiceGrpc.EventTransformationServiceFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static EventTransformationServiceGrpc.EventTransformationServiceStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final String SERVICE_NAME
public static io.grpc.MethodDescriptor<com.google.protobuf.Empty,Transformation> getTransformationsMethod()
public static io.grpc.MethodDescriptor<StartTransformationRequest,TransformationId> getStartTransformationMethod()
public static io.grpc.MethodDescriptor<TransformRequest,TransformRequestAck> getTransformEventsMethod()
public static io.grpc.MethodDescriptor<TransformationId,com.google.protobuf.Empty> getCancelTransformationMethod()
public static io.grpc.MethodDescriptor<ApplyTransformationRequest,com.google.protobuf.Empty> getApplyTransformationMethod()
public static io.grpc.MethodDescriptor<CompactionRequest,com.google.protobuf.Empty> getCompactMethod()
public static EventTransformationServiceGrpc.EventTransformationServiceStub newStub(io.grpc.Channel channel)
public static EventTransformationServiceGrpc.EventTransformationServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
public static EventTransformationServiceGrpc.EventTransformationServiceFutureStub newFutureStub(io.grpc.Channel channel)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2020–2023 AxonIQ BV. All rights reserved.