| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<EventTransformation> |
ActiveTransformation.cancel()
Cancels the active transformation.
|
CompletableFuture<EventTransformation> |
ActiveTransformation.startApplying()
Requests the transformation to be applied.
|
default CompletableFuture<EventTransformation> |
EventTransformationChannel.transform(String description,
Transformer transformer)
This method conveniently composes the creation of a new transformation, the registration of all required changes
and the request to apply them to the event store, in a single invocation.
|
CompletableFuture<Iterable<EventTransformation>> |
EventTransformationChannel.transformations()
Returns the completable future of the all transformations.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<EventTransformation> |
EventTransformationExecutor.execute(Supplier<EventTransformationChannel> channelSupplier)
Executes the Transformation by invoking APPLY operation.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<EventTransformation> |
IterableEventTransformationExecutor.execute(Supplier<EventTransformationChannel> channelSupplier) |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<EventTransformation> |
DefaultActiveTransformation.cancel() |
CompletableFuture<EventTransformation> |
DefaultActiveTransformation.startApplying() |
CompletableFuture<EventTransformation> |
EventTransformationService.transformationById(String id)
Returns the Event Transformations with the specified id.
|
CompletableFuture<Iterable<EventTransformation>> |
EventTransformationChannelImpl.transformations() |
CompletableFuture<Iterable<EventTransformation>> |
EventTransformationService.transformations()
Returns all the existing Event Transformations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GrpcEventTransformation
Implementation of
EventTransformation that wraps a Proto message representing the transformation, and uses it
to provide the requested details. |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<EventTransformation> |
GrpcEventTransformationService.transformationById(String id) |
CompletableFuture<Iterable<EventTransformation>> |
GrpcEventTransformationService.transformations() |
Copyright © 2020–2023 AxonIQ BV. All rights reserved.