Package | Description |
---|---|
io.axoniq.axonserver.grpc.query | |
org.axonframework.axonserver.connector.query.subscription |
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 |
SubscriptionQueryResponse.getUpdate()
Provides an Update Response
|
QueryUpdate |
SubscriptionQueryResponse.Builder.getUpdate()
Provides an Update Response
|
QueryUpdate |
SubscriptionQueryResponseOrBuilder.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
|
Modifier and Type | Method and Description |
---|---|
SubscriptionQueryResult<QueryResponse,QueryUpdate> |
AxonServerSubscriptionQueryResult.get() |
Constructor and Description |
---|
DeserializedResult(SubscriptionQueryResult<QueryResponse,QueryUpdate> delegate,
SubscriptionMessageSerializer serializer)
Instantiate a
DeserializedResult wrapping the delegate which will be serialized by the given
serializer . |
Copyright © 2010–2020. All rights reserved.