public class GRPCAction extends Object
| Constructor and Description |
|---|
GRPCAction()
The constructor of GRPCAction
|
GRPCAction(int port,
String service)
The constructor of GRPCAction
|
| Modifier and Type | Method and Description |
|---|---|
int |
getPort() |
String |
getService() |
GRPCAction |
setPort(int port) |
GRPCAction |
setService(String service) |
public GRPCAction()
public GRPCAction(int port,
String service)
port - The port of grpc serviceservice - The name of grpc servicepublic int getPort()
public GRPCAction setPort(int port)
public String getService()
public GRPCAction setService(String service)
Copyright © 2024. All rights reserved.