接口 PulsarConnectionDetails

所有超级接口:
ConnectionDetails

public interface PulsarConnectionDetails extends ConnectionDetails
Details required to establish a connection to a Pulsar service.
从以下版本开始:
3.2.0
作者:
Chris Bono
  • 方法概要

    修饰符和类型
    方法
    说明
    URL user to connect to the admin endpoint.
    URL used to connect to the broker.
  • 方法详细资料

    • getBrokerUrl

      String getBrokerUrl()
      URL used to connect to the broker.
      返回:
      the service URL
    • getAdminUrl

      String getAdminUrl()
      URL user to connect to the admin endpoint.
      返回:
      the admin URL