Class BrokerInstance
- java.lang.Object
-
- com.newrelic.agent.bridge.messaging.BrokerInstance
-
public class BrokerInstance extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description BrokerInstance(java.lang.String host, java.lang.Integer port)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BrokerInstanceempty()java.lang.StringgetHostName()java.lang.IntegergetPort()
-
-
-
Method Detail
-
empty
public static BrokerInstance empty()
-
getHostName
public java.lang.String getHostName()
-
getPort
public java.lang.Integer getPort()
-
-