TransportType Enum
Transport type The underlying transport protocol type:
- Amqp: AMQP over the default TCP transport protocol, it uses port 5671.
- AmqpOverWebsocket: Amqp over the Web Sockets transport protocol, it uses port 443.
- Inheritance
-
TransportType
Constructor
TransportType(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)
Fields
Amqp |
AmqpOverWebsocket |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python