| Package | Description |
|---|---|
| io.axoniq.axonserver.connector.event.transformation | |
| io.axoniq.axonserver.connector.event.transformation.impl |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<ActiveTransformation> |
EventTransformationChannel.activeTransformation()
Returns the completable future of the active transformation.
|
CompletableFuture<ActiveTransformation> |
EventTransformationChannel.newTransformation(String description)
Starts a new transformation to append events change actions.
|
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 | Class and Description |
|---|---|
class |
DefaultActiveTransformation
Default implementation of the
ActiveTransformation |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<ActiveTransformation> |
EventTransformationChannelImpl.activeTransformation() |
CompletableFuture<ActiveTransformation> |
EventTransformationChannelImpl.newTransformation(String description) |
CompletableFuture<ActiveTransformation> |
DefaultActiveTransformation.transform(Transformer transformer) |
Copyright © 2020–2023 AxonIQ BV. All rights reserved.