Uses of Interface
org.apache.camel.component.stitch.client.StitchClient
Packages that use StitchClient
Package
Description
-
Uses of StitchClient in org.apache.camel.component.stitch
Methods in org.apache.camel.component.stitch that return StitchClientModifier and TypeMethodDescriptionStitchConfiguration.getStitchClient()Set a custom StitchClient that implements org.apache.camel.component.stitch.client.StitchClient interfaceStitchEndpoint.getStitchClient()Methods in org.apache.camel.component.stitch with parameters of type StitchClientModifier and TypeMethodDescriptionvoidStitchConfiguration.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 -
Uses of StitchClient in org.apache.camel.component.stitch.operations
Constructors in org.apache.camel.component.stitch.operations with parameters of type StitchClientModifierConstructorDescriptionStitchProducerOperations(StitchClient client, StitchConfiguration configuration)