Package com.tibco.tibjms.admin
Class PulsarTransportInfo
- java.lang.Object
- 
- com.tibco.tibjms.admin.TransportInfo
- 
- com.tibco.tibjms.admin.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
 
- 
- 
Field Summary- 
Fields inherited from class com.tibco.tibjms.admin.TransportInfoNON_PERSISTENT, PERSISTENT, RELIABLE, TPORT_ALL, TPORT_FTL, TPORT_PULSAR, TPORT_RV, TPORT_RVCM, TPORT_SS
 
- 
 - 
Constructor SummaryConstructors Constructor Description PulsarTransportInfo(java.lang.Object json)For Internal use only, may be removed or deprecated in future.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetUrl()Get the URL of the Pulsar broker the transport exchanges messages with.java.lang.StringtoString()- 
Methods inherited from class com.tibco.tibjms.admin.TransportInfogetExportHeaders, getExportProperties, getName, getQueueImportDeliveryMode, getTopicImportDeliveryMode, getType
 
- 
 
- 
- 
- 
Constructor Detail- 
PulsarTransportInfopublic PulsarTransportInfo(java.lang.Object json) throws JMSExceptionFor Internal use only, may be removed or deprecated in future.- Throws:
- JMSException
 
 
- 
 
-