| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
static ServiceBusEndpointBuilderFactory.AmqpTransportType |
ServiceBusEndpointBuilderFactory.AmqpTransportType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceBusEndpointBuilderFactory.AmqpTransportType[] |
ServiceBusEndpointBuilderFactory.AmqpTransportType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
default ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder |
ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder.amqpTransportType(ServiceBusEndpointBuilderFactory.AmqpTransportType amqpTransportType)
Sets the transport type by which all the communication with Azure
Service Bus occurs.
|
default ServiceBusEndpointBuilderFactory.ServiceBusEndpointProducerBuilder |
ServiceBusEndpointBuilderFactory.ServiceBusEndpointProducerBuilder.amqpTransportType(ServiceBusEndpointBuilderFactory.AmqpTransportType amqpTransportType)
Sets the transport type by which all the communication with Azure
Service Bus occurs.
|
default ServiceBusEndpointBuilderFactory.ServiceBusEndpointBuilder |
ServiceBusEndpointBuilderFactory.ServiceBusEndpointBuilder.amqpTransportType(ServiceBusEndpointBuilderFactory.AmqpTransportType amqpTransportType)
Sets the transport type by which all the communication with Azure
Service Bus occurs.
|
Apache Camel