io.axoniq.axonserver.grpc.event.ConfirmationOrBuilder 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: event.proto
package io.axoniq.axonserver.grpc.event;
public interface ConfirmationOrBuilder extends
// @@protoc_insertion_point(interface_extends:io.axoniq.axonserver.grpc.event.Confirmation)
com.google.protobuf.MessageOrBuilder {
/**
*
* True when successful, otherwise false
*
*
* bool success = 1;
*/
boolean getSuccess();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy