| Package | Description |
|---|---|
| io.axoniq.axonserver.connector.query | |
| io.axoniq.axonserver.connector.query.impl | |
| io.axoniq.axonserver.grpc.query |
| Modifier and Type | Method and Description |
|---|---|
ResultStream<QueryUpdate> |
SubscriptionQueryResult.updates()
Returns the stream of updates to the queried projection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
QueryHandler.UpdateHandler.sendUpdate(QueryUpdate queryUpdate)
Send the given
queryUpdate in response to the subscription query this handler was provided for. |
| Modifier and Type | Method and Description |
|---|---|
protected QueryUpdate |
SubscriptionQueryUpdateBuffer.terminalMessage() |
| Modifier and Type | Method and Description |
|---|---|
ResultStream<QueryUpdate> |
SubscriptionQueryStream.buffer()
Returns the
ResultStream buffering the QueryUpdates to this subscription query. |
| Modifier and Type | Method and Description |
|---|---|
void |
SubscriptionQueryUpdateBuffer.onNext(QueryUpdate value) |
| Modifier and Type | Method and Description |
|---|---|
QueryUpdate |
QueryUpdate.Builder.build() |
QueryUpdate |
QueryUpdate.Builder.buildPartial() |
static QueryUpdate |
QueryUpdate.getDefaultInstance() |
QueryUpdate |
QueryUpdate.getDefaultInstanceForType() |
QueryUpdate |
QueryUpdate.Builder.getDefaultInstanceForType() |
QueryUpdate |
SubscriptionQueryResponseOrBuilder.getUpdate()
Provides an Update Response
|
QueryUpdate |
SubscriptionQueryResponse.getUpdate()
Provides an Update Response
|
QueryUpdate |
SubscriptionQueryResponse.Builder.getUpdate()
Provides an Update Response
|
static QueryUpdate |
QueryUpdate.parseDelimitedFrom(InputStream input) |
static QueryUpdate |
QueryUpdate.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static QueryUpdate |
QueryUpdate.parseFrom(byte[] data) |
static QueryUpdate |
QueryUpdate.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static QueryUpdate |
QueryUpdate.parseFrom(ByteBuffer data) |
static QueryUpdate |
QueryUpdate.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static QueryUpdate |
QueryUpdate.parseFrom(com.google.protobuf.ByteString data) |
static QueryUpdate |
QueryUpdate.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static QueryUpdate |
QueryUpdate.parseFrom(com.google.protobuf.CodedInputStream input) |
static QueryUpdate |
QueryUpdate.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static QueryUpdate |
QueryUpdate.parseFrom(InputStream input) |
static QueryUpdate |
QueryUpdate.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<QueryUpdate> |
QueryUpdate.getParserForType() |
static com.google.protobuf.Parser<QueryUpdate> |
QueryUpdate.parser() |
| Modifier and Type | Method and Description |
|---|---|
QueryUpdate.Builder |
QueryUpdate.Builder.mergeFrom(QueryUpdate other) |
SubscriptionQueryResponse.Builder |
SubscriptionQueryResponse.Builder.mergeUpdate(QueryUpdate value)
Provides an Update Response
|
static QueryUpdate.Builder |
QueryUpdate.newBuilder(QueryUpdate prototype) |
SubscriptionQueryResponse.Builder |
SubscriptionQueryResponse.Builder.setUpdate(QueryUpdate value)
Provides an Update Response
|
Copyright © 2020–2022 AxonIQ BV. All rights reserved.