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

io.axoniq.platform.grpc.PlatformInboundInstructionOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: platform_api.proto

package io.axoniq.platform.grpc;

public interface PlatformInboundInstructionOrBuilder extends
    // @@protoc_insertion_point(interface_extends:io.axoniq.platform.grpc.PlatformInboundInstruction)
    com.google.protobuf.MessageOrBuilder {

  /**
   * optional .io.axoniq.platform.grpc.ClientIdentification register = 1;
   */
  io.axoniq.platform.grpc.ClientIdentification getRegister();
  /**
   * optional .io.axoniq.platform.grpc.ClientIdentification register = 1;
   */
  io.axoniq.platform.grpc.ClientIdentificationOrBuilder getRegisterOrBuilder();

  public io.axoniq.platform.grpc.PlatformInboundInstruction.RequestCase getRequestCase();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy