![JAR search and dependency download from the Maven repository](/logo.png)
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();
/**
* optional .io.axoniq.platform.grpc.Application application = 10;
*/
io.axoniq.platform.grpc.Application getApplication();
/**
* optional .io.axoniq.platform.grpc.Application application = 10;
*/
io.axoniq.platform.grpc.ApplicationOrBuilder getApplicationOrBuilder();
/**
* optional .io.axoniq.platform.grpc.User user = 11;
*/
io.axoniq.platform.grpc.User getUser();
/**
* optional .io.axoniq.platform.grpc.User user = 11;
*/
io.axoniq.platform.grpc.UserOrBuilder getUserOrBuilder();
/**
* optional .io.axoniq.platform.grpc.ContextUpdate context = 12;
*/
io.axoniq.platform.grpc.ContextUpdate getContext();
/**
* optional .io.axoniq.platform.grpc.ContextUpdate context = 12;
*/
io.axoniq.platform.grpc.ContextUpdateOrBuilder getContextOrBuilder();
/**
* optional .io.axoniq.platform.grpc.HeartbeatResponse heartbeat = 99;
*/
io.axoniq.platform.grpc.HeartbeatResponse getHeartbeat();
/**
* optional .io.axoniq.platform.grpc.HeartbeatResponse heartbeat = 99;
*/
io.axoniq.platform.grpc.HeartbeatResponseOrBuilder getHeartbeatOrBuilder();
/**
* optional .io.axoniq.platform.grpc.UnknownRequest unknown_request = 100;
*/
io.axoniq.platform.grpc.UnknownRequest getUnknownRequest();
/**
* optional .io.axoniq.platform.grpc.UnknownRequest unknown_request = 100;
*/
io.axoniq.platform.grpc.UnknownRequestOrBuilder getUnknownRequestOrBuilder();
public io.axoniq.platform.grpc.PlatformInboundInstruction.RequestCase getRequestCase();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy