| Modifier and Type | Method and Description |
|---|---|
EventTransformationChannel |
AxonServerConnection.eventTransformationChannel()
Returns the channel on which Event transformations can be performed with AxonServer.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<EventTransformation> |
EventTransformationExecutor.execute(Supplier<EventTransformationChannel> channelSupplier)
Executes the Transformation by invoking APPLY operation.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<EventTransformation> |
IterableEventTransformationExecutor.execute(Supplier<EventTransformationChannel> channelSupplier) |
| Modifier and Type | Class and Description |
|---|---|
class |
EventTransformationChannelImpl
Implementation of the
EventTransformationChannel that uses the EventTransformationService to interact
with Axon Server |
| Modifier and Type | Method and Description |
|---|---|
EventTransformationChannel |
ContextConnection.eventTransformationChannel() |
Copyright © 2020–2023 AxonIQ BV. All rights reserved.