ServiceBusClientBuilder.transportType(AmqpTransportType transportType) Method

Definition

Sets the transport type by which all the communication with Azure Service Bus occurs. Default value is AMQP.

public ServiceBusClientBuilder transportType(AmqpTransportType transportType)

Parameters

transportType
AmqpTransportType

The transport type to use.

Returns

Applies to