public TransportType getTransportType()

in src/main/java/com/azure/servicebus/jms/ConnectionStringBuilder.java [284:286]


    public TransportType getTransportType() {
        return (this.transportType == null ? TransportType.AMQP : transportType);
    }