| Package | Description |
|---|---|
| io.axoniq.axonserver.connector.event.transformation.event | |
| io.axoniq.axonserver.connector.event.transformation.event.impl |
| Modifier and Type | Method and Description |
|---|---|
TransformableEventStream |
TransformableEventStream.filter(Predicate<EventWithToken> predicate)
Filters events based on the provided
predicate. |
static TransformableEventStream |
EventSources.fromIterable(Iterable<EventWithToken> events)
Creates a
TransformableEventStream based on the Iterable of events. |
static TransformableEventStream |
EventSources.range(Supplier<EventChannel> eventChannelSupplier,
long first,
long last)
Creates a
TransformableEventStream based on the eventChannelSupplier and first and
last event tokens. |
| Modifier and Type | Class and Description |
|---|---|
class |
TransformableEventIterable
TransformableEventStream implementation that is based on an Iterable. |
| Modifier and Type | Method and Description |
|---|---|
TransformableEventStream |
TransformableEventIterable.filter(Predicate<EventWithToken> predicate) |
Copyright © 2020–2023 AxonIQ BV. All rights reserved.