public class ConfigAvailableHosts extends Object implements Serializable
| Constructor and Description |
|---|
ConfigAvailableHosts() |
| Modifier and Type | Method and Description |
|---|---|
static ConfigAvailableHosts |
fromString(String serialzed) |
Map<String,Integer> |
getHostsMap() |
boolean |
isEmpty() |
com.rabbitmq.client.Address[] |
toAddresses() |
String |
toString() |
public Map<String,Integer> getHostsMap()
public boolean isEmpty()
public com.rabbitmq.client.Address[] toAddresses()
Map of RabbitMQ hosts, converted to the necessary
Address arraypublic static ConfigAvailableHosts fromString(String serialzed)
Copyright © 2013-2015. All Rights Reserved.