Uses of Interface
org.apache.camel.builder.component.dsl.AzureFunctionsComponentBuilderFactory.AzureFunctionsComponentBuilder
Packages that use AzureFunctionsComponentBuilderFactory.AzureFunctionsComponentBuilder
-
Uses of AzureFunctionsComponentBuilderFactory.AzureFunctionsComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return AzureFunctionsComponentBuilderFactory.AzureFunctionsComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.azureFunctions()Azure Functions (camel-azure-functions) Invoke and manage Azure Functions. -
Uses of AzureFunctionsComponentBuilderFactory.AzureFunctionsComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement AzureFunctionsComponentBuilderFactory.AzureFunctionsComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return AzureFunctionsComponentBuilderFactory.AzureFunctionsComponentBuilderModifier and TypeMethodDescriptionAzureFunctionsComponentBuilderFactory.AzureFunctionsComponentBuilder.appServiceManager(com.azure.resourcemanager.appservice.AppServiceManager appServiceManager) An AppServiceManager instance for management operations.AzureFunctionsComponentBuilderFactory.AzureFunctionsComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.AzureFunctionsComponentBuilderFactory.azureFunctions()Azure Functions (camel-azure-functions) Invoke and manage Azure Functions.Azure AD Client ID for service principal authentication.AzureFunctionsComponentBuilderFactory.AzureFunctionsComponentBuilder.clientSecret(String clientSecret) Azure AD Client Secret for service principal authentication.AzureFunctionsComponentBuilderFactory.AzureFunctionsComponentBuilder.configuration(org.apache.camel.component.azure.functions.FunctionsConfiguration configuration) The component configuration.AzureFunctionsComponentBuilderFactory.AzureFunctionsComponentBuilder.connectionTimeout(int connectionTimeout) Connection timeout in milliseconds for HTTP invocation.AzureFunctionsComponentBuilderFactory.AzureFunctionsComponentBuilder.credentialType(org.apache.camel.component.azure.functions.CredentialType credentialType) Determines the credential strategy to adopt.AzureFunctionsComponentBuilderFactory.AzureFunctionsComponentBuilder.functionKey(String functionKey) The function key for direct HTTP invocation.The host key for the function app (used if function key is not provided).AzureFunctionsComponentBuilderFactory.AzureFunctionsComponentBuilder.httpMethod(String httpMethod) HTTP method for function invocation (GET, POST, PUT, DELETE, etc.).AzureFunctionsComponentBuilderFactory.AzureFunctionsComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).Azure region for creating function app (e.g., eastus, westeurope).AzureFunctionsComponentBuilderFactory.AzureFunctionsComponentBuilder.operation(org.apache.camel.component.azure.functions.FunctionsOperations operation) The operation to be performed.AzureFunctionsComponentBuilderFactory.AzureFunctionsComponentBuilder.readTimeout(int readTimeout) Read timeout in milliseconds for HTTP invocation.AzureFunctionsComponentBuilderFactory.AzureFunctionsComponentBuilder.resourceGroup(String resourceGroup) The resource group name containing the function app (required for management operations).Runtime stack (java, node, python, dotnet).AzureFunctionsComponentBuilderFactory.AzureFunctionsComponentBuilder.runtimeVersion(String runtimeVersion) Runtime version.AzureFunctionsComponentBuilderFactory.AzureFunctionsComponentBuilder.storageAccountConnectionString(String storageAccountConnectionString) Storage account connection string for function app.AzureFunctionsComponentBuilderFactory.AzureFunctionsComponentBuilder.subscriptionId(String subscriptionId) The Azure subscription ID (required for management operations).Azure AD Tenant ID.AzureFunctionsComponentBuilderFactory.AzureFunctionsComponentBuilder.tokenCredential(com.azure.core.credential.TokenCredential tokenCredential) A TokenCredential instance for Azure AD authentication.