Uses of Interface
org.apache.camel.component.stitch.client.StitchClient
-
Packages that use StitchClient Package Description org.apache.camel.component.stitch org.apache.camel.component.stitch.client org.apache.camel.component.stitch.operations -
-
Uses of StitchClient in org.apache.camel.component.stitch
Methods in org.apache.camel.component.stitch that return StitchClient Modifier and Type Method Description StitchClientStitchConfiguration. getStitchClient()Set a custom StitchClient that implements org.apache.camel.component.stitch.client.StitchClient interfaceStitchClientStitchEndpoint. getStitchClient()Methods in org.apache.camel.component.stitch with parameters of type StitchClient Modifier and Type Method Description voidStitchConfiguration. setStitchClient(StitchClient stitchClient)voidStitchEndpoint. setStitchClient(StitchClient stitchClient) -
Uses of StitchClient in org.apache.camel.component.stitch.client
Classes in org.apache.camel.component.stitch.client that implement StitchClient Modifier and Type Class Description classStitchClientImpl -
Uses of StitchClient in org.apache.camel.component.stitch.operations
Constructors in org.apache.camel.component.stitch.operations with parameters of type StitchClient Constructor Description StitchProducerOperations(StitchClient client, StitchConfiguration configuration)
-