public static enum EventHubsEndpointBuilderFactory.AmqpTransportType extends Enum<EventHubsEndpointBuilderFactory.AmqpTransportType>
com.azure.core.amqp.AmqpTransportType enum.| Enum Constant and Description |
|---|
AMQP |
AMQP_WEB_SOCKETS |
| Modifier and Type | Method and Description |
|---|---|
static EventHubsEndpointBuilderFactory.AmqpTransportType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventHubsEndpointBuilderFactory.AmqpTransportType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EventHubsEndpointBuilderFactory.AmqpTransportType AMQP
public static final EventHubsEndpointBuilderFactory.AmqpTransportType AMQP_WEB_SOCKETS
public static EventHubsEndpointBuilderFactory.AmqpTransportType[] values()
for (EventHubsEndpointBuilderFactory.AmqpTransportType c : EventHubsEndpointBuilderFactory.AmqpTransportType.values()) System.out.println(c);
public static EventHubsEndpointBuilderFactory.AmqpTransportType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullApache Camel