Interface LambdaEndpointBuilderFactory.LambdaBuilders
-
- All Known Subinterfaces:
EndpointBuilderFactory
- All Known Implementing Classes:
EndpointRouteBuilder
- Enclosing interface:
- LambdaEndpointBuilderFactory
public static interface LambdaEndpointBuilderFactory.LambdaBuilders
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default LambdaEndpointBuilderFactory.LambdaEndpointBuilder
awsLambda(String path)
AWS Lambda (camel-aws-lambda) Manage and invoke AWS Lambda functions.default LambdaEndpointBuilderFactory.LambdaEndpointBuilder
awsLambda(String componentName, String path)
AWS Lambda (camel-aws-lambda) Manage and invoke AWS Lambda functions.
-
-
-
Method Detail
-
awsLambda
default LambdaEndpointBuilderFactory.LambdaEndpointBuilder awsLambda(String path)
AWS Lambda (camel-aws-lambda) Manage and invoke AWS Lambda functions. Category: cloud,computing,serverless Since: 2.20 Maven coordinates: org.apache.camel:camel-aws-lambda Syntax:aws-lambda:function
Path parameter: function (required) Name of the Lambda function.- Parameters:
path
- function
-
awsLambda
default LambdaEndpointBuilderFactory.LambdaEndpointBuilder awsLambda(String componentName, String path)
AWS Lambda (camel-aws-lambda) Manage and invoke AWS Lambda functions. Category: cloud,computing,serverless Since: 2.20 Maven coordinates: org.apache.camel:camel-aws-lambda Syntax:aws-lambda:function
Path parameter: function (required) Name of the Lambda function.- Parameters:
componentName
- to use a custom component name for the endpoint instead of the default namepath
- function
-
-