Uses of Class
org.apache.camel.builder.endpoint.dsl.ServiceBusEndpointBuilderFactory.SubQueue
-
Packages that use ServiceBusEndpointBuilderFactory.SubQueue Package Description org.apache.camel.builder.endpoint.dsl -
-
Uses of ServiceBusEndpointBuilderFactory.SubQueue in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return ServiceBusEndpointBuilderFactory.SubQueue Modifier and Type Method Description static ServiceBusEndpointBuilderFactory.SubQueueServiceBusEndpointBuilderFactory.SubQueue. valueOf(String name)Returns the enum constant of this type with the specified name.static ServiceBusEndpointBuilderFactory.SubQueue[]ServiceBusEndpointBuilderFactory.SubQueue. 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.SubQueue Modifier and Type Method Description default ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilderServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder. subQueue(ServiceBusEndpointBuilderFactory.SubQueue subQueue)Sets the type of the SubQueue to connect to.
-