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

proto.PServiceRemoteManagerComponent.proto Maven / Gradle / Ivy

syntax = "proto3";

package com.infomaximum.cluster.core.service.transport.network.grpc.pservice;

import "Empty.proto";

import "PRuntimeComponentInfo.proto";

service PServiceRemoteManagerComponent {

  rpc listenerRemoteComponents (Empty) returns (stream PRuntimeComponentInfoList) {}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy