Uses of Interface
org.apache.camel.builder.endpoint.dsl.Sns2EndpointBuilderFactory.AdvancedSns2EndpointBuilder
Packages that use Sns2EndpointBuilderFactory.AdvancedSns2EndpointBuilder
-
Uses of Sns2EndpointBuilderFactory.AdvancedSns2EndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return Sns2EndpointBuilderFactory.AdvancedSns2EndpointBuilderModifier and TypeMethodDescriptionSns2EndpointBuilderFactory.Sns2EndpointBuilder.advanced()Sns2EndpointBuilderFactory.AdvancedSns2EndpointBuilder.amazonSNSClient(String amazonSNSClient) To use the AmazonSNS as the client.Sns2EndpointBuilderFactory.AdvancedSns2EndpointBuilder.amazonSNSClient(software.amazon.awssdk.services.sns.SnsClient amazonSNSClient) To use the AmazonSNS as the client.Sns2EndpointBuilderFactory.AdvancedSns2EndpointBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).Sns2EndpointBuilderFactory.AdvancedSns2EndpointBuilder.lazyStartProducer(String lazyStartProducer) Whether the producer should be started lazy (on the first message).