Uses of Interface
org.apache.camel.builder.endpoint.dsl.ServiceBusEndpointBuilderFactory.ServiceBusEndpointBuilder
Packages that use ServiceBusEndpointBuilderFactory.ServiceBusEndpointBuilder
-
Uses of ServiceBusEndpointBuilderFactory.ServiceBusEndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return ServiceBusEndpointBuilderFactory.ServiceBusEndpointBuilderModifier and TypeMethodDescriptionStaticEndpointBuilders.azureServicebus(String path) Azure ServiceBus (camel-azure-servicebus) Send and receive messages to/from Azure Service Bus.StaticEndpointBuilders.azureServicebus(String componentName, String path) Azure ServiceBus (camel-azure-servicebus) Send and receive messages to/from Azure Service Bus. -
Uses of ServiceBusEndpointBuilderFactory.ServiceBusEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return ServiceBusEndpointBuilderFactory.ServiceBusEndpointBuilderModifier and TypeMethodDescriptionServiceBusEndpointBuilderFactory.ServiceBusEndpointBuilder.amqpRetryOptions(com.azure.core.amqp.AmqpRetryOptions amqpRetryOptions) Sets the retry options for Service Bus clients.ServiceBusEndpointBuilderFactory.ServiceBusEndpointBuilder.amqpRetryOptions(String amqpRetryOptions) Sets the retry options for Service Bus clients.ServiceBusEndpointBuilderFactory.ServiceBusEndpointBuilder.amqpTransportType(com.azure.core.amqp.AmqpTransportType amqpTransportType) Sets the transport type by which all the communication with Azure Service Bus occurs.ServiceBusEndpointBuilderFactory.ServiceBusEndpointBuilder.amqpTransportType(String amqpTransportType) Sets the transport type by which all the communication with Azure Service Bus occurs.ServiceBusEndpointBuilderFactory.ServiceBusBuilders.azureServicebus(String path) Azure ServiceBus (camel-azure-servicebus) Send and receive messages to/from Azure Service Bus.ServiceBusEndpointBuilderFactory.ServiceBusBuilders.azureServicebus(String componentName, String path) Azure ServiceBus (camel-azure-servicebus) Send and receive messages to/from Azure Service Bus.ServiceBusEndpointBuilderFactory.AdvancedServiceBusEndpointBuilder.basic()ServiceBusEndpointBuilderFactory.ServiceBusEndpointBuilder.clientOptions(com.azure.core.util.ClientOptions clientOptions) Sets the ClientOptions to be sent from the client built from this builder, enabling customization of certain properties, as well as support the addition of custom header information.ServiceBusEndpointBuilderFactory.ServiceBusEndpointBuilder.clientOptions(String clientOptions) Sets the ClientOptions to be sent from the client built from this builder, enabling customization of certain properties, as well as support the addition of custom header information.ServiceBusEndpointBuilderFactory.ServiceBusEndpointBuilder.connectionString(String connectionString) Sets the connection string for a Service Bus namespace or a specific Service Bus resource.ServiceBusEndpointBuilderFactory.endpointBuilder(String componentName, String path) ServiceBusEndpointBuilderFactory.ServiceBusEndpointBuilder.fullyQualifiedNamespace(String fullyQualifiedNamespace) Fully Qualified Namespace of the service bus.ServiceBusEndpointBuilderFactory.ServiceBusEndpointBuilder.proxyOptions(com.azure.core.amqp.ProxyOptions proxyOptions) Sets the proxy configuration to use for ServiceBusSenderAsyncClient.ServiceBusEndpointBuilderFactory.ServiceBusEndpointBuilder.proxyOptions(String proxyOptions) Sets the proxy configuration to use for ServiceBusSenderAsyncClient.ServiceBusEndpointBuilderFactory.ServiceBusEndpointBuilder.serviceBusType(String serviceBusType) The service bus type of connection to execute.ServiceBusEndpointBuilderFactory.ServiceBusEndpointBuilder.serviceBusType(org.apache.camel.component.azure.servicebus.ServiceBusType serviceBusType) The service bus type of connection to execute.ServiceBusEndpointBuilderFactory.ServiceBusEndpointBuilder.tokenCredential(com.azure.core.credential.TokenCredential tokenCredential) A TokenCredential for Azure AD authentication.ServiceBusEndpointBuilderFactory.ServiceBusEndpointBuilder.tokenCredential(String tokenCredential) A TokenCredential for Azure AD authentication.