接口 ServiceLookupData
- 所有已知子接口:
LoadManagerReport
public interface ServiceLookupData
For backwards compatibility purposes.
-
方法概要
修饰符和类型方法说明getProtocol(String protocol) Get the protocol data of the given protocol.Get all the protocols advertised by the broker.
-
方法详细资料
-
getWebServiceUrl
String getWebServiceUrl() -
getWebServiceUrlTls
String getWebServiceUrlTls() -
getPulsarServiceUrl
String getPulsarServiceUrl() -
getPulsarServiceUrlTls
String getPulsarServiceUrlTls() -
getProtocols
Get all the protocols advertised by the broker.- 返回:
- the protocols advertised by the broker.
-
getProtocol
Get the protocol data of the given protocol.- 参数:
protocol- the protocol advertised by the broker.- 返回:
- the optional protocol data advertised by the broker.
-