Example usage for Java com.rabbitmq.client Address fields, constructors, methods, implement or subclass
The text is from its open source code.
Address(String host, int port) Construct an address from a host name and port number. | |
Address(String host) Construct an address from a host. |
String | getHost() Get the host name |
int | getPort() Get the port number |
Address[] | parseAddresses(String addresses) Array-based factory method: takes an array of formatted address strings as construction parameter |