Interface PulsarConnectionDetails

All Superinterfaces:
ConnectionDetails

public interface PulsarConnectionDetails extends ConnectionDetails
Details required to establish a connection to a Pulsar service.
Since:
3.2.0
Author:
Chris Bono
  • Method Summary

    Modifier and Type
    Method
    Description
    URL user to connect to the admin endpoint.
    URL used to connect to the broker.
  • Method Details

    • getBrokerUrl

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

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