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

io.axoniq.axonserver.grpc.query.QuerySubscriptionOrBuilder 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 QuerySubscriptionOrBuilder extends
    // @@protoc_insertion_point(interface_extends:io.axoniq.axonserver.grpc.query.QuerySubscription)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The unique identifier of this Message 
   * 
* * string message_id = 1; */ java.lang.String getMessageId(); /** *
   * The unique identifier of this Message 
   * 
* * string message_id = 1; */ com.google.protobuf.ByteString getMessageIdBytes(); /** *
   * The name of the Query the Handler is subscribed to 
   * 
* * string query = 2; */ java.lang.String getQuery(); /** *
   * The name of the Query the Handler is subscribed to 
   * 
* * string query = 2; */ com.google.protobuf.ByteString getQueryBytes(); /** *
   * The type of Result this Handler produces 
   * 
* * string result_name = 3; */ java.lang.String getResultName(); /** *
   * The type of Result this Handler produces 
   * 
* * string result_name = 3; */ com.google.protobuf.ByteString getResultNameBytes(); /** *
   * The name of the Component containing the Query Handler 
   * 
* * string component_name = 4; */ java.lang.String getComponentName(); /** *
   * The name of the Component containing the Query Handler 
   * 
* * string component_name = 4; */ com.google.protobuf.ByteString getComponentNameBytes(); /** *
   * The unique identifier of the Client Instance containing the Query Handler 
   * 
* * string client_id = 5; */ java.lang.String getClientId(); /** *
   * The unique identifier of the Client Instance containing the Query Handler 
   * 
* * string client_id = 5; */ com.google.protobuf.ByteString getClientIdBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy