| Modifier and Type | Method and Description |
|---|---|
EventChannel |
AxonServerConnection.eventChannel()
Returns the channel on which Event related interactions can be performed with AxonServer.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EventChannelImpl
EventChannel implementation, serving as the event connection between AxonServer and a client application. |
| Modifier and Type | Method and Description |
|---|---|
static TransformableEventStream |
EventSources.range(Supplier<EventChannel> eventChannelSupplier,
long first,
long last)
Creates a
TransformableEventStream based on the eventChannelSupplier and first and
last event tokens. |
| Constructor and Description |
|---|
TokenRangeEvents(Supplier<EventChannel> eventChannel,
long firstToken,
long lastToken)
Constructs an instance based on the specified parameters.
|
| Modifier and Type | Method and Description |
|---|---|
EventChannel |
ContextConnection.eventChannel() |
Copyright © 2020–2023 AxonIQ BV. All rights reserved.