Class PulsarTransportInfo


  • public class PulsarTransportInfo
    extends TransportInfo
    This class represents Apache Pulsar transports that are configured on the EMS server. Pulsar transports are mechanisms for importing and exporting messages between EMS and Pulsar.
    Since:
    EMS 10.4.0
    • Constructor Detail

      • PulsarTransportInfo

        public PulsarTransportInfo​(java.lang.Object json)
                            throws JMSException
        For Internal use only, may be removed or deprecated in future.
        Throws:
        JMSException
    • Method Detail

      • getUrl

        public java.lang.String getUrl()
        Get the URL of the Pulsar broker the transport exchanges messages with.
        Returns:
        the URL of the Pulsar broker
        Since:
        EMS 10.4.0
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object