ConnectionStringBuilder.setTransportType(final TransportType transportType) 方法
定义
Set the TransportType value in the Connection String. If no TransportType is set, this defaults to AMQP.
public ConnectionStringBuilder setTransportType(final TransportType transportType)
参数
- transportType
- final TransportType
Transport Type
返回
the ConnectionStringBuilder instance being set.