pfx-api:distributedCalculation
Â
Properties
Option | Type | Default | Description |
---|---|---|---|
| string | Â | Defines output target for data in the exchange. It can be stored in the header, property or body. |
| string | Â | 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 |
| 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 | Â | Used for the flush command. |
| string | Â | Name of the target. |
Examples
You can either use the Data Load typedId
:
<routes xmlns="http://camel.apache.org/schema/spring">
<route>
<from uri="direct:start"/>
<to uri="pfx-api:distributedCalculation?typedId=9876.DMDL&targetName=DM.Prices&connection=pricefx"/>
<to uri="mock:end"/>
</route>
</routes>
Or you can use the Data Load label
:
<routes xmlns="http://camel.apache.org/schema/spring">
<route>
<from uri="direct:start"/>
<to uri="pfx-api:distributedCalculation?label=testlabel&targetName=DM.Prices&connection=pricefx"/>
<to uri="mock:end"/>
</route>
</routes>
Â
IntegrationManager version 5.8.0