| Package | Description |
|---|---|
| io.axoniq.axonserver.connector.event.transformation | |
| io.axoniq.axonserver.connector.event.transformation.impl |
| Modifier and Type | Method and Description |
|---|---|
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<ActiveTransformation> |
ActiveTransformation.transform(Transformer transformer)
Accepts a
Transformer to collect the requested changes and to register them into the active
transformation. |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<ActiveTransformation> |
DefaultActiveTransformation.transform(Transformer transformer) |
Copyright © 2020–2023 AxonIQ BV. All rights reserved.