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

io.axoniq.axonserver.grpc.event.ConfirmationOrBuilder Maven / Gradle / Ivy

// 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