51525354555657
* port where the rbc server is listening at * * @return port option */ public static RBCPortOption location(String host, final Integer port) { return new RBCPortOption(host, port); }