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

framework.protocol.channelfactory.channel_factory.proto Maven / Gradle / Ivy

The newest version!
syntax = "proto3";

package de.unistuttgart.isw.sfsc.framework.protocol.channelfactory;

import "framework/descriptor/service.proto";

option java_multiple_files = true;

message ChannelFactoryRequest {
  bytes payload = 1;
}

message ChannelFactoryReply {
  de.unistuttgart.isw.sfsc.framework.descriptor.SfscServiceDescriptor service_descriptor = 1;
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy