| Package | Description |
|---|---|
| io.axoniq.axonserver.connector | |
| io.axoniq.axonserver.connector.impl | |
| io.axoniq.axonserver.connector.query |
| Modifier and Type | Method and Description |
|---|---|
void |
InstructionHandler.handle(I instruction,
ReplyChannel<R> replyChannel)
Handle the given
instruction, using replyChannel to acknowledge the instruction and reply to
AxonServer. |
| Modifier and Type | Class and Description |
|---|---|
class |
ForwardingReplyChannel<T>
A
ReplyChannel implementation which forwards ForwardingReplyChannel.send(Object), ForwardingReplyChannel.sendAck() and ForwardingReplyChannel.sendNack(ErrorMessage) operations through to a StreamObserver. |
| Modifier and Type | Method and Description |
|---|---|
void |
HeartbeatMonitor.handleIncomingBeat(ReplyChannel<PlatformInboundInstruction> reply)
Handler of
PlatformInboundInstruction requesting a heartbeat from this connector. |
| Modifier and Type | Method and Description |
|---|---|
void |
QueryHandler.handle(QueryRequest query,
ReplyChannel<QueryResponse> responseHandler)
Handle the given
query, using given responseHandler to send the response(s). |
Copyright © 2020–2021 AxonIQ BV. All rights reserved.