接口 ServiceLookupData
-
- 所有已知子接口:
LoadManagerReport
public interface ServiceLookupDataFor backwards compatibility purposes.
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 java.util.Optional<java.lang.String>getProtocol(java.lang.String protocol)Get the protocol data of the given protocol.java.util.Map<java.lang.String,java.lang.String>getProtocols()Get all the protocols advertised by the broker.java.lang.StringgetPulsarServiceUrl()java.lang.StringgetPulsarServiceUrlTls()java.lang.StringgetWebServiceUrl()java.lang.StringgetWebServiceUrlTls()
-
-
-
方法详细资料
-
getWebServiceUrl
java.lang.String getWebServiceUrl()
-
getWebServiceUrlTls
java.lang.String getWebServiceUrlTls()
-
getPulsarServiceUrl
java.lang.String getPulsarServiceUrl()
-
getPulsarServiceUrlTls
java.lang.String getPulsarServiceUrlTls()
-
getProtocols
java.util.Map<java.lang.String,java.lang.String> getProtocols()
Get all the protocols advertised by the broker.- 返回:
- the protocols advertised by the broker.
-
getProtocol
java.util.Optional<java.lang.String> getProtocol(java.lang.String protocol)
Get the protocol data of the given protocol.- 参数:
protocol- the protocol advertised by the broker.- 返回:
- the optional protocol data advertised by the broker.
-
-