INNER CODE UNIT · Java
host
scalecube/scalecube-services · services-api/src/main/java/io/scalecube/services/Address.java:85
public String host() {
return host;
}
/**
* Returns port.
*
* @return port
*/
public int port() {
return port;
}
/**
* Returns new address instance with the specified port.
*
* @param port port
* @return address instance