io.axoniq.axonserver.grpc.query.QueryUpdateCompleteExceptionallyOrBuilder 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 QueryUpdateCompleteExceptionallyOrBuilder extends
// @@protoc_insertion_point(interface_extends:io.axoniq.axonserver.grpc.query.QueryUpdateCompleteExceptionally)
com.google.protobuf.MessageOrBuilder {
/**
*
* The identifier of the Client instance providing the Update
*
*
* string client_id = 2;
*/
java.lang.String getClientId();
/**
*
* The identifier of the Client instance providing the Update
*
*
* string client_id = 2;
*/
com.google.protobuf.ByteString
getClientIdBytes();
/**
*
* The Component Name of the Client providing the Update
*
*
* string component_name = 3;
*/
java.lang.String getComponentName();
/**
*
* The Component Name of the Client providing the Update
*
*
* string component_name = 3;
*/
com.google.protobuf.ByteString
getComponentNameBytes();
/**
*
* The Code describing the type of Error that occurred
*
*
* string error_code = 5;
*/
java.lang.String getErrorCode();
/**
*
* The Code describing the type of Error that occurred
*
*
* string error_code = 5;
*/
com.google.protobuf.ByteString
getErrorCodeBytes();
/**
*
* A detailed description of the error, if available
*
*
* .io.axoniq.axonserver.grpc.ErrorMessage error_message = 6;
*/
boolean hasErrorMessage();
/**
*
* A detailed description of the error, if available
*
*
* .io.axoniq.axonserver.grpc.ErrorMessage error_message = 6;
*/
io.axoniq.axonserver.grpc.ErrorMessage getErrorMessage();
/**
*
* A detailed description of the error, if available
*
*
* .io.axoniq.axonserver.grpc.ErrorMessage error_message = 6;
*/
io.axoniq.axonserver.grpc.ErrorMessageOrBuilder getErrorMessageOrBuilder();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy