Uses of Class
org.apache.camel.builder.endpoint.dsl.ServiceBusEndpointBuilderFactory.ServiceBusProducerOperationDefinition
-
Packages that use ServiceBusEndpointBuilderFactory.ServiceBusProducerOperationDefinition Package Description org.apache.camel.builder.endpoint.dsl -
-
Uses of ServiceBusEndpointBuilderFactory.ServiceBusProducerOperationDefinition in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return ServiceBusEndpointBuilderFactory.ServiceBusProducerOperationDefinition Modifier and Type Method Description static ServiceBusEndpointBuilderFactory.ServiceBusProducerOperationDefinitionServiceBusEndpointBuilderFactory.ServiceBusProducerOperationDefinition. valueOf(String name)Returns the enum constant of this type with the specified name.static ServiceBusEndpointBuilderFactory.ServiceBusProducerOperationDefinition[]ServiceBusEndpointBuilderFactory.ServiceBusProducerOperationDefinition. 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.ServiceBusProducerOperationDefinition Modifier and Type Method Description default ServiceBusEndpointBuilderFactory.ServiceBusEndpointProducerBuilderServiceBusEndpointBuilderFactory.ServiceBusEndpointProducerBuilder. producerOperation(ServiceBusEndpointBuilderFactory.ServiceBusProducerOperationDefinition producerOperation)Sets the desired operation to be used in the producer.
-