| Package | Description |
|---|---|
| io.axoniq.axonserver.connector.event | |
| io.axoniq.axonserver.connector.event.impl |
| Modifier and Type | Method and Description |
|---|---|
default EventStream |
EventChannel.openStream(long token,
int bufferSize)
Opens an EventStream, for sequentially consuming events from AxonServer, starting at given
token and
keeping a local buffer of bufferSize. |
default EventStream |
EventChannel.openStream(long token,
int bufferSize,
int refillBatch)
Open an EventStream, for sequentially consuming events from AxonServer, starting at given
token and
keeping a local buffer of bufferSize, which is refilled after consuming refillBatch items. |
EventStream |
EventChannel.openStream(long token,
int bufferSize,
int refillBatch,
boolean forceReadFromLeader)
Open an EventStream, for sequentially consuming events from AxonServer, starting at given
token and
keeping a local buffer of bufferSize, which is refilled after consuming refillBatch items. |
| Modifier and Type | Class and Description |
|---|---|
class |
BufferedEventStream
Buffering implementation of the
EventStream used for Event processing. |
| Modifier and Type | Method and Description |
|---|---|
EventStream |
EventChannelImpl.openStream(long token,
int bufferSize,
int refillBatch,
boolean forceReadFromLeader) |
Copyright © 2020–2023 AxonIQ BV. All rights reserved.