I - the type of the instruction handled by this handlerR - the type of response used by handle(Object, ReplyChannel)'s ReplyChannel@FunctionalInterface public interface InstructionHandler<I,R>
| Modifier and Type | Method and Description |
|---|---|
void |
handle(I instruction,
ReplyChannel<R> replyChannel)
Handle the given
instruction, using replyChannel to acknowledge the instruction and reply to
AxonServer. |
void handle(I instruction, ReplyChannel<R> replyChannel)
instruction, using replyChannel to acknowledge the instruction and reply to
AxonServer.instruction - the instruction to handlereplyChannel - the channel onto which replies and acknowledgements to sendCopyright © 2020–2022 AxonIQ BV. All rights reserved.