Package | Description |
---|---|
org.axonframework.axonserver.connector | |
org.axonframework.axonserver.connector.command | |
org.axonframework.axonserver.connector.query |
Modifier and Type | Class and Description |
---|---|
class |
DefaultInstructionAckSource<T>
Default implementation of
InstructionAckSource . |
Modifier and Type | Method and Description |
---|---|
AxonServerConnectionManager.Builder |
AxonServerConnectionManager.Builder.instructionAckSource(InstructionAckSource<PlatformInboundInstruction> instructionAckSource)
Sets the instruction ack source used to send instruction acknowledgements.
|
Modifier and Type | Method and Description |
---|---|
AxonServerCommandBus.Builder |
AxonServerCommandBus.Builder.instructionAckSource(InstructionAckSource<CommandProviderOutbound> instructionAckSource)
Sets the instruction ack source used to send instruction acknowledgements.
|
Modifier and Type | Method and Description |
---|---|
AxonServerQueryBus.Builder |
AxonServerQueryBus.Builder.instructionAckSource(InstructionAckSource<QueryProviderOutbound> instructionAckSource)
Sets the instruction ack source used to send instruction acknowledgements.
|
Copyright © 2010–2020. All rights reserved.