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

acted-drivers.2.0.2.source-code.ReActedLink.proto Maven / Gradle / Ivy

There is a newer version: 2.1.4
Show newest version
syntax = "proto3";
option java_outer_classname = "ReActedLinkProtocol";
package io.reacted.drivers.channels.grpc;
import "google/protobuf/empty.proto";


service ReActedLink {
    rpc Link(stream ReActedDatagram) returns (google.protobuf.Empty) {}
}

message ReActedDatagram {
    bytes binaryPayload = 1;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy