Interface ServiceLookupData

All Known Subinterfaces:
LoadManagerReport

public interface ServiceLookupData
For backwards compatibility purposes.
  • Method Details

    • 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.
      Returns:
      the protocols advertised by the broker.
    • getProtocol

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