io.axoniq.axonserver.grpc.query.SubscriptionQueryOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of axonserver-connector-java Show documentation
Show all versions of axonserver-connector-java Show documentation
Connector module providing infrastructure components that connect to AxonServer.
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: query.proto
package io.axoniq.axonserver.grpc.query;
public interface SubscriptionQueryOrBuilder extends
// @@protoc_insertion_point(interface_extends:io.axoniq.axonserver.grpc.query.SubscriptionQuery)
com.google.protobuf.MessageOrBuilder {
/**
*
* A unique identifier for this subscription
*
*
* string subscription_identifier = 1;
*/
java.lang.String getSubscriptionIdentifier();
/**
*
* A unique identifier for this subscription
*
*
* string subscription_identifier = 1;
*/
com.google.protobuf.ByteString
getSubscriptionIdentifierBytes();
/**
*
* The number of messages the Server may send before needing to await additional permits
*
*
* int64 number_of_permits = 2;
*/
long getNumberOfPermits();
/**
*
* The Query describing the desire for information
*
*
* .io.axoniq.axonserver.grpc.query.QueryRequest query_request = 3;
*/
boolean hasQueryRequest();
/**
*
* The Query describing the desire for information
*
*
* .io.axoniq.axonserver.grpc.query.QueryRequest query_request = 3;
*/
io.axoniq.axonserver.grpc.query.QueryRequest getQueryRequest();
/**
*
* The Query describing the desire for information
*
*
* .io.axoniq.axonserver.grpc.query.QueryRequest query_request = 3;
*/
io.axoniq.axonserver.grpc.query.QueryRequestOrBuilder getQueryRequestOrBuilder();
/**
*
* A description of the type of Object expected as Update Responses
*
*
* .io.axoniq.axonserver.grpc.SerializedObject update_response_type = 4;
*/
boolean hasUpdateResponseType();
/**
*
* A description of the type of Object expected as Update Responses
*
*
* .io.axoniq.axonserver.grpc.SerializedObject update_response_type = 4;
*/
io.axoniq.axonserver.grpc.SerializedObject getUpdateResponseType();
/**
*
* A description of the type of Object expected as Update Responses
*
*
* .io.axoniq.axonserver.grpc.SerializedObject update_response_type = 4;
*/
io.axoniq.axonserver.grpc.SerializedObjectOrBuilder getUpdateResponseTypeOrBuilder();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy