Uses of Interface
org.apache.camel.builder.endpoint.dsl.Polly2EndpointBuilderFactory.AdvancedPolly2EndpointBuilder
Packages that use Polly2EndpointBuilderFactory.AdvancedPolly2EndpointBuilder
-
Uses of Polly2EndpointBuilderFactory.AdvancedPolly2EndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return Polly2EndpointBuilderFactory.AdvancedPolly2EndpointBuilderModifier and TypeMethodDescriptionPolly2EndpointBuilderFactory.Polly2EndpointBuilder.advanced()Polly2EndpointBuilderFactory.AdvancedPolly2EndpointBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).Polly2EndpointBuilderFactory.AdvancedPolly2EndpointBuilder.lazyStartProducer(String lazyStartProducer) Whether the producer should be started lazy (on the first message).Polly2EndpointBuilderFactory.AdvancedPolly2EndpointBuilder.pollyClient(String pollyClient) To use an existing configured AWS Polly client.Polly2EndpointBuilderFactory.AdvancedPolly2EndpointBuilder.pollyClient(software.amazon.awssdk.services.polly.PollyClient pollyClient) To use an existing configured AWS Polly client.