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

de.unistuttgart.isw.sfsc.messagingpatterns.reqrep.ReplyOrBuilder Maven / Gradle / Ivy

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

package de.unistuttgart.isw.sfsc.messagingpatterns.reqrep;

public interface ReplyOrBuilder extends
    // @@protoc_insertion_point(interface_extends:de.unistuttgart.isw.sfsc.messagingpatterns.reqrep.Reply)
    com.google.protobuf.MessageOrBuilder {

  /**
   * int32 reply_id = 1;
   * @return The replyId.
   */
  int getReplyId();

  /**
   * bytes reply_payload = 2;
   * @return The replyPayload.
   */
  com.google.protobuf.ByteString getReplyPayload();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy