de.unistuttgart.isw.sfsc.messagingpatterns.reqrep.RequestOrBuilder 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 RequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:de.unistuttgart.isw.sfsc.messagingpatterns.reqrep.Request)
com.google.protobuf.MessageOrBuilder {
/**
* bytes reply_topic = 1;
* @return The replyTopic.
*/
com.google.protobuf.ByteString getReplyTopic();
/**
* int32 expected_reply_id = 2;
* @return The expectedReplyId.
*/
int getExpectedReplyId();
/**
* bytes request_payload = 3;
* @return The requestPayload.
*/
com.google.protobuf.ByteString getRequestPayload();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy