public static interface QueryHandler.UpdateHandler
| Modifier and Type | Method and Description |
|---|---|
void |
complete()
Indicates the subscription query has completed, meaning no more updates are to be expected.
|
void |
sendUpdate(QueryUpdate queryUpdate)
Send the given
queryUpdate in response to the subscription query this handler was provided for. |
void sendUpdate(QueryUpdate queryUpdate)
queryUpdate in response to the subscription query this handler was provided for.queryUpdate - the update to sendvoid complete()
Copyright © 2020–2023 AxonIQ BV. All rights reserved.