Uses of Class
org.apache.camel.builder.endpoint.dsl.ServiceBusEndpointBuilderFactory.AmqpTransportType
-
Packages that use ServiceBusEndpointBuilderFactory.AmqpTransportType Package Description org.apache.camel.builder.endpoint.dsl -
-
Uses of ServiceBusEndpointBuilderFactory.AmqpTransportType in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return ServiceBusEndpointBuilderFactory.AmqpTransportType Modifier and Type Method Description static ServiceBusEndpointBuilderFactory.AmqpTransportTypeServiceBusEndpointBuilderFactory.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.Methods in org.apache.camel.builder.endpoint.dsl with parameters of type ServiceBusEndpointBuilderFactory.AmqpTransportType Modifier and Type Method Description default ServiceBusEndpointBuilderFactory.ServiceBusEndpointBuilderServiceBusEndpointBuilderFactory.ServiceBusEndpointBuilder. amqpTransportType(ServiceBusEndpointBuilderFactory.AmqpTransportType amqpTransportType)Sets the transport type by which all the communication with Azure Service Bus occurs.default ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilderServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder. amqpTransportType(ServiceBusEndpointBuilderFactory.AmqpTransportType amqpTransportType)Sets the transport type by which all the communication with Azure Service Bus occurs.default ServiceBusEndpointBuilderFactory.ServiceBusEndpointProducerBuilderServiceBusEndpointBuilderFactory.ServiceBusEndpointProducerBuilder. amqpTransportType(ServiceBusEndpointBuilderFactory.AmqpTransportType amqpTransportType)Sets the transport type by which all the communication with Azure Service Bus occurs.
-