TransportType Enum

  • java.lang.Object
    • java.lang.Enum<TransportType>
      • com.microsoft.azure.servicebus.primitives.TransportType

public enum TransportType

All TransportType switches available for communicating to EventHubs service.

Fields

AMQP

AMQP over TCP. Uses port 5671 - assigned by IANA for secure AMQP (AMQPS).

AMQP_WEB_SOCKETS

AMQP over Web Sockets. Uses port 443.

Methods

fromString(final String value)

public static TransportType fromString(final String value)

Parameters

value
final String

Returns

toString()

public String toString()

Returns

String

Applies to