pfx-api:products
Â
Properties
Option | Type | Default | Description |
---|---|---|---|
| string | Â | Defines output target for data in the exchange. It can be stored in the header, property or body. |
| Â | Â | Defines output target name for the target type header and property. Put here the name of exchange header and name of exchange property. |
| string | Â | 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. |
| date | Â | Â |
Examples
<route>
<from uri="direct:start"/>
<setProperty name="incrementalDate">
<groovy>java.time.ZonedDateTime.now(java.time.ZoneOffset.UTC)</groovy>
</setProperty>
<to uri="pfx-api:products?incrementalDate=simple:${exchangeProperty.incrementalDate}"/>
<to uri="mock:end"/>
</route>
IntegrationManager version 5.8.0