public interface EventTransformationExecutor
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<EventTransformation> |
execute(Supplier<EventTransformationChannel> channelSupplier)
Executes the Transformation by invoking APPLY operation.
|
CompletableFuture<EventTransformation> execute(Supplier<EventTransformationChannel> channelSupplier)
channelSupplier - supplies the EventTransformationChannelCompletableFuture to indicate when the APPLY process has been acceptedCopyright © 2020–2023 AxonIQ BV. All rights reserved.