Interface ServiceLookupData
- All Known Subinterfaces:
LoadManagerReport
public interface ServiceLookupData
For backwards compatibility purposes.
-
Method Summary
Modifier and TypeMethodDescriptiongetProtocol
(String protocol) Get the protocol data of the given protocol.Get all the protocols advertised by the broker.long
-
Method Details
-
getWebServiceUrl
String getWebServiceUrl() -
getWebServiceUrlTls
String getWebServiceUrlTls() -
getPulsarServiceUrl
String getPulsarServiceUrl() -
getPulsarServiceUrlTls
String getPulsarServiceUrlTls() -
getProtocols
Get all the protocols advertised by the broker.- Returns:
- the protocols advertised by the broker.
-
getProtocol
Get the protocol data of the given protocol.- Parameters:
protocol
- the protocol advertised by the broker.- Returns:
- the optional protocol data advertised by the broker.
-
getLoadManagerClassName
String getLoadManagerClassName() -
getStartTimestamp
long getStartTimestamp()
-