Class MutableGrpcDeploymentConfiguration
- java.lang.Object
-
- org.wildfly.extension.grpc.deployment.MutableGrpcDeploymentConfiguration
-
- All Implemented Interfaces:
GrpcDeploymentConfiguration
public class MutableGrpcDeploymentConfiguration extends Object implements GrpcDeploymentConfiguration
-
-
Constructor Summary
Constructors Constructor Description MutableGrpcDeploymentConfiguration()
-
-
-
Method Detail
-
getHost
public String getHost()
- Specified by:
getHostin interfaceGrpcDeploymentConfiguration
-
getPort
public int getPort()
- Specified by:
getPortin interfaceGrpcDeploymentConfiguration
-
getKeyManager
public String getKeyManager()
- Specified by:
getKeyManagerin interfaceGrpcDeploymentConfiguration
-
-