pfx-api:customers

 

Properties

Option

Type

Default

Description

Option

Type

Default

Description

outputTarget

string

 

Defines output target for data in the exchange. It can be stored in the header, property or body.

outputTargetName

string

 

Defines output target name for the target type header and property. Put here the name of exchange header and name of exchange property.

incrementalDate

date

 

 

connection

connection

 

Defines connection to Pricefx. This is an optional parameter and if it is not mentioned, the connection is taken from the Spring bean named pricefx.

Examples

<route> <from uri="direct:start"/> <setProperty name="incrementalDate"> <groovy>java.time.ZonedDateTime.now(java.time.ZoneOffset.UTC)</groovy> </setProperty> <to uri="pfx-api:customers?incrementalDate=simple:${exchangeProperty.incrementalDate}&amp;connection=pricefx"/> <to uri="mock:end"/> </route>

IntegrationManager version 5.8.0