Uses of Interface
org.apache.camel.builder.endpoint.dsl.Lambda2EndpointBuilderFactory.AdvancedLambda2EndpointBuilder
Packages that use Lambda2EndpointBuilderFactory.AdvancedLambda2EndpointBuilder
-
Uses of Lambda2EndpointBuilderFactory.AdvancedLambda2EndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return Lambda2EndpointBuilderFactory.AdvancedLambda2EndpointBuilderModifier and TypeMethodDescriptionLambda2EndpointBuilderFactory.Lambda2EndpointBuilder.advanced()Lambda2EndpointBuilderFactory.AdvancedLambda2EndpointBuilder.awsLambdaClient(String awsLambdaClient) To use a existing configured AwsLambdaClient as client.Lambda2EndpointBuilderFactory.AdvancedLambda2EndpointBuilder.awsLambdaClient(software.amazon.awssdk.services.lambda.LambdaClient awsLambdaClient) To use a existing configured AwsLambdaClient as client.Lambda2EndpointBuilderFactory.AdvancedLambda2EndpointBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).Lambda2EndpointBuilderFactory.AdvancedLambda2EndpointBuilder.lazyStartProducer(String lazyStartProducer) Whether the producer should be started lazy (on the first message).