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

api.v1.headers.proto Maven / Gradle / Ivy

There is a newer version: 2.0.33
Show newest version
syntax = "proto3";
package api.v1;

option java_multiple_files = true;
option optimize_for = CODE_SIZE;

message Headers {
  string messageId = 1;
  string replyTo = 2;
  int32 timeout = 3;
  string traceId = 4;
  string brandName = 5;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy