public interface EventTransformationChannel
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<ActiveTransformation> |
activeTransformation()
Returns the completable future of the active transformation.
|
CompletableFuture<ActiveTransformation> |
newTransformation(String description)
Starts a new transformation to append events change actions.
|
CompletableFuture<Void> |
startCompacting()
Starts the compaction of the event store.
|
default CompletableFuture<EventTransformation> |
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>> |
transformations()
Returns the completable future of the all transformations.
|
CompletableFuture<Iterable<EventTransformation>> transformations()
CompletableFuture<ActiveTransformation> activeTransformation()
CompletableFuture<ActiveTransformation> newTransformation(String description)
description - the description of the transformation to start.CompletableFuture<Void> startCompacting()
default CompletableFuture<EventTransformation> transform(String description, Transformer transformer)
description - the description of the transformationtransformer - the transformer used to register the required changesCopyright © 2020–2023 AxonIQ BV. All rights reserved.