TransportType Enum

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

public enum TransportType
extends Enum<TransportType>

All TransportType switches available for communicating to EventHubs service.

Fields

AMQP

AMQP over TCP.

AMQP_WEB_SOCKETS

AMQP over Web Sockets.

Methods inherited from java.lang.Enum

Methods inherited from java.lang.Object

Methods

toString()

public String toString()

Returns

Overrides
java.lang.Enum.toString()

valueOf(String name)

public static TransportType valueOf(String name)

Parameters

name
String

Returns

values()

public static TransportType[] values()

Returns

Applies to