java.lang.Object com.ibm.broker.config.proxy.TopologyProxy.Connection
public static class TopologyProxy.Connection
extends Object
A small data structure representing a connection between two brokers in the topology. The structure is only ever used to communicate data in transit to the caller of the API. The "definitive" copy of the TopologyProxy's connection data is stored inside the subcomponent attributes of the topology.
Field | Description |
---|---|
source | The UUID of the source broker |
target | The UUID of the target broker |
public java.lang.String sourceThe UUID of the source broker
public java.lang.String targetThe UUID of the target broker