public static enum ServiceBusEndpointBuilderFactory.AmqpTransportType extends Enum<ServiceBusEndpointBuilderFactory.AmqpTransportType>
com.azure.core.amqp.AmqpTransportType enum.| Enum Constant and Description |
|---|
AMQP |
AMQP_WEB_SOCKETS |
| Modifier and Type | Method and Description |
|---|---|
static ServiceBusEndpointBuilderFactory.AmqpTransportType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceBusEndpointBuilderFactory.AmqpTransportType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServiceBusEndpointBuilderFactory.AmqpTransportType AMQP
public static final ServiceBusEndpointBuilderFactory.AmqpTransportType AMQP_WEB_SOCKETS
public static ServiceBusEndpointBuilderFactory.AmqpTransportType[] values()
for (ServiceBusEndpointBuilderFactory.AmqpTransportType c : ServiceBusEndpointBuilderFactory.AmqpTransportType.values()) System.out.println(c);
public static ServiceBusEndpointBuilderFactory.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