| Package | Description |
|---|---|
| io.axoniq.axonserver.connector.event.transformation | |
| io.axoniq.axonserver.connector.event.transformation.impl |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Appender> |
Appender.deleteEvent(long token)
Appends to the transformation the request to delete the event with the given token.
|
CompletableFuture<Appender> |
Appender.replaceEvent(long token,
Event replacement)
Appends to the transformation the request to replace the event with the given token.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Transformer.transform(Appender appender)
Registers the requested event changes to the event store.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TransformationStreamAppender
Appender implementation that uses the EventTransformationService.TransformationStream to interact with Axon Server |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Appender> |
TransformationStreamAppender.deleteEvent(long token) |
CompletableFuture<Appender> |
TransformationStreamAppender.replaceEvent(long token,
Event replacement) |
Copyright © 2020–2023 AxonIQ BV. All rights reserved.