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