Uses of Class
org.apache.camel.component.stitch.StitchConfiguration
-
Packages that use StitchConfiguration Package Description org.apache.camel.component.stitch org.apache.camel.component.stitch.operations -
-
Uses of StitchConfiguration in org.apache.camel.component.stitch
Methods in org.apache.camel.component.stitch that return StitchConfiguration Modifier and Type Method Description StitchConfigurationStitchConfiguration. copy()StitchConfigurationStitchComponent. getConfiguration()The component configurationsStitchConfigurationStitchEndpoint. getConfiguration()The component configurationsStitchConfigurationStitchProducer. getConfiguration()Methods in org.apache.camel.component.stitch with parameters of type StitchConfiguration Modifier and Type Method Description voidStitchComponent. setConfiguration(StitchConfiguration configuration)voidStitchEndpoint. setConfiguration(StitchConfiguration configuration)Constructors in org.apache.camel.component.stitch with parameters of type StitchConfiguration Constructor Description StitchEndpoint(String uri, org.apache.camel.Component component, StitchConfiguration configuration) -
Uses of StitchConfiguration in org.apache.camel.component.stitch.operations
Constructors in org.apache.camel.component.stitch.operations with parameters of type StitchConfiguration Constructor Description StitchProducerOperations(StitchClient client, StitchConfiguration configuration)
-