Interface PulsarConnectionDetails
- All Superinterfaces:
org.springframework.boot.autoconfigure.service.connection.ConnectionDetails
public interface PulsarConnectionDetails
extends org.springframework.boot.autoconfigure.service.connection.ConnectionDetails
Details required to establish a connection to a Pulsar service.
- Since:
- 4.0.0
-
Method Summary
Modifier and TypeMethodDescriptionURL user to connect to the admin endpoint.URL used to connect to the broker.
-
Method Details
-
getBrokerUrl
-
getAdminUrl
-