| Modifier and Type | Method and Description |
|---|---|
protected GetEventsRequest |
BufferedEventStream.buildFlowControlMessage(FlowControl flowControl) |
protected GetAggregateEventsRequest |
BufferedAggregateEventStream.buildFlowControlMessage(FlowControl flowControl) |
protected GetEventsRequest |
BufferedEventStream.buildInitialFlowControlMessage(FlowControl flowControl) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract OUT |
FlowControlledStream.buildFlowControlMessage(FlowControl flowControl)
Build a flow control message of type
OUT based on the given flowControl. |
protected OUT |
FlowControlledStream.buildInitialFlowControlMessage(FlowControl flowControl)
Builds the initial flow control message of type
OUT based on the given flowControl. |
| Modifier and Type | Method and Description |
|---|---|
protected SubscriptionQueryRequest |
SubscriptionQueryUpdateBuffer.buildFlowControlMessage(FlowControl flowControl) |
protected SubscriptionQueryRequest |
SubscriptionQueryStream.buildFlowControlMessage(FlowControl flowControl) |
| Modifier and Type | Method and Description |
|---|---|
FlowControl |
FlowControl.Builder.build() |
FlowControl |
FlowControl.Builder.buildPartial() |
static FlowControl |
FlowControl.getDefaultInstance() |
FlowControl |
FlowControl.getDefaultInstanceForType() |
FlowControl |
FlowControl.Builder.getDefaultInstanceForType() |
static FlowControl |
FlowControl.parseDelimitedFrom(InputStream input) |
static FlowControl |
FlowControl.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FlowControl |
FlowControl.parseFrom(byte[] data) |
static FlowControl |
FlowControl.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FlowControl |
FlowControl.parseFrom(ByteBuffer data) |
static FlowControl |
FlowControl.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FlowControl |
FlowControl.parseFrom(com.google.protobuf.ByteString data) |
static FlowControl |
FlowControl.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FlowControl |
FlowControl.parseFrom(com.google.protobuf.CodedInputStream input) |
static FlowControl |
FlowControl.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FlowControl |
FlowControl.parseFrom(InputStream input) |
static FlowControl |
FlowControl.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<FlowControl> |
FlowControl.getParserForType() |
static com.google.protobuf.Parser<FlowControl> |
FlowControl.parser() |
| Modifier and Type | Method and Description |
|---|---|
FlowControl.Builder |
FlowControl.Builder.mergeFrom(FlowControl other) |
static FlowControl.Builder |
FlowControl.newBuilder(FlowControl prototype) |
| Modifier and Type | Method and Description |
|---|---|
FlowControl |
CommandProviderOutbound.getFlowControl()
Instruction to increase the number of instructions AxonServer may send to this component
|
FlowControl |
CommandProviderOutbound.Builder.getFlowControl()
Instruction to increase the number of instructions AxonServer may send to this component
|
FlowControl |
CommandProviderOutboundOrBuilder.getFlowControl()
Instruction to increase the number of instructions AxonServer may send to this component
|
| Modifier and Type | Method and Description |
|---|---|
CommandProviderOutbound.Builder |
CommandProviderOutbound.Builder.mergeFlowControl(FlowControl value)
Instruction to increase the number of instructions AxonServer may send to this component
|
CommandProviderOutbound.Builder |
CommandProviderOutbound.Builder.setFlowControl(FlowControl value)
Instruction to increase the number of instructions AxonServer may send to this component
|
| Modifier and Type | Method and Description |
|---|---|
FlowControl |
QueryProviderOutboundOrBuilder.getFlowControl()
Grant permits to AxonServer to send a number of messages to the client
|
FlowControl |
QueryProviderOutbound.getFlowControl()
Grant permits to AxonServer to send a number of messages to the client
|
FlowControl |
QueryProviderOutbound.Builder.getFlowControl()
Grant permits to AxonServer to send a number of messages to the client
|
| Modifier and Type | Method and Description |
|---|---|
QueryProviderOutbound.Builder |
QueryProviderOutbound.Builder.mergeFlowControl(FlowControl value)
Grant permits to AxonServer to send a number of messages to the client
|
QueryProviderOutbound.Builder |
QueryProviderOutbound.Builder.setFlowControl(FlowControl value)
Grant permits to AxonServer to send a number of messages to the client
|
Copyright © 2020–2023 AxonIQ BV. All rights reserved.