| Package | Description |
|---|---|
| io.axoniq.axonserver.connector.impl | |
| io.axoniq.axonserver.connector.impl.buffer | |
| io.axoniq.axonserver.connector.query |
| Modifier and Type | Class and Description |
|---|---|
class |
FlowControlledReplyChannelWriter<T>
A
FlowControl implementation that on FlowControlledReplyChannelWriter.request(long) retrieves messages from the buffer. |
class |
NoopFlowControl
NOOP implementation of
FlowControl. |
| Constructor and Description |
|---|
FlowControlledDisposableReadonlyBuffer(FlowControl flowControl,
CloseableReadonlyBuffer<T> buffer)
Instantiates this buffer with the given
flowControl and buffer. |
| Modifier and Type | Method and Description |
|---|---|
default FlowControl |
QueryHandler.stream(QueryRequest query,
ReplyChannel<QueryResponse> responseHandler)
Handle the given
query, using the given responseHandler to send the response(s). |
Copyright © 2020–2023 AxonIQ BV. All rights reserved.