All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.axoniq.axonserver.grpc.query.SubscriptionQueryOrBuilder Maven / Gradle / Ivy

There is a newer version: 2024.1.1
Show newest version
// 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