类 GRPCAction


  • public class GRPCAction
    extends Object
    The grpc action of container
    • 构造器详细资料

      • GRPCAction

        public GRPCAction()
        The constructor of GRPCAction
      • GRPCAction

        public GRPCAction​(int port,
                          String service)
        The constructor of GRPCAction
        参数:
        port - The port of grpc service
        service - The name of grpc service
    • 方法详细资料

      • getPort

        public int getPort()
      • setPort

        public GRPCAction setPort​(int port)
      • getService

        public String getService()