| Package | Description |
|---|---|
| io.axoniq.axonserver.connector.impl | |
| io.axoniq.axonserver.connector.impl.buffer |
| Constructor and Description |
|---|
FlowControlledReplyChannelWriter(DisposableReadonlyBuffer<T> source,
ReplyChannel<T> destination)
Instantiates this flow control with the given
DisposableReadonlyBuffer as source, and a ReplyChannel as the destination. |
| Constructor and Description |
|---|
FlowControlledReplyChannelWriter(List<? extends DisposableReadonlyBuffer<T>> sources,
ReplyChannel<T> destination)
Instantiates this flow control with given
buffers as sources, and ReplyChannel as the destination. |
| Modifier and Type | Class and Description |
|---|---|
class |
FlowControlledDisposableReadonlyBuffer<T>
Connects a
FlowControl instance with a DisposableReadonlyBuffer assuming that requesting from the flow control will trigger a replenishment of the buffer. |
class |
RoundRobinMultiReadonlyBuffer<T>
An implementation of the
DisposableReadonlyBuffer that operates across multiple DisposableReadonlyBuffer instances. |
| Constructor and Description |
|---|
RoundRobinMultiReadonlyBuffer(List<? extends DisposableReadonlyBuffer<T>> buffers)
Instantiates this buffer with a list of delegates.
|
Copyright © 2020–2023 AxonIQ BV. All rights reserved.