Uses of Class
org.apache.camel.component.aws.sqs.SqsConfiguration
-
-
Uses of SqsConfiguration in org.apache.camel.component.aws.sqs
Methods in org.apache.camel.component.aws.sqs that return SqsConfiguration Modifier and Type Method Description SqsConfiguration
SqsConfiguration. copy()
SqsConfiguration
SqsComponent. getConfiguration()
protected SqsConfiguration
SqsConsumer. getConfiguration()
SqsConfiguration
SqsEndpoint. getConfiguration()
protected SqsConfiguration
SqsProducer. getConfiguration()
Methods in org.apache.camel.component.aws.sqs with parameters of type SqsConfiguration Modifier and Type Method Description void
SqsComponent. setConfiguration(SqsConfiguration configuration)
The component configurationvoid
SqsEndpoint. setConfiguration(SqsConfiguration configuration)
Constructors in org.apache.camel.component.aws.sqs with parameters of type SqsConfiguration Constructor Description SqsEndpoint(String uri, SqsComponent component, SqsConfiguration configuration)
-