接口 ServiceLookupData

所有已知子接口:
LoadManagerReport

public interface ServiceLookupData
For backwards compatibility purposes.
  • 方法详细资料

    • getWebServiceUrl

      String getWebServiceUrl()
    • getWebServiceUrlTls

      String getWebServiceUrlTls()
    • getPulsarServiceUrl

      String getPulsarServiceUrl()
    • getPulsarServiceUrlTls

      String getPulsarServiceUrlTls()
    • getProtocols

      Map<String,String> getProtocols()
      Get all the protocols advertised by the broker.
      返回:
      the protocols advertised by the broker.
    • getProtocol

      Optional<String> getProtocol(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.