public interface Appender
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Appender> |
deleteEvent(long token)
Appends to the transformation the request to delete the event with the given token.
|
CompletableFuture<Appender> |
replaceEvent(long token,
Event replacement)
Appends to the transformation the request to replace the event with the given token.
|
CompletableFuture<Appender> deleteEvent(long token)
token - the token of the event to be deletedCompletableFuture of the Appender, used for compositionCompletableFuture<Appender> replaceEvent(long token, Event replacement)
token - the token of the event to be replacedreplacement - the new event used to replace the original oneCompletableFuture of the Appender, used for compositionCopyright © 2020–2023 AxonIQ BV. All rights reserved.