pfx-api:distributedCalculation

 

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.

typedId

string

 

Defines typedId of the Pricefx entity.

connection

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.

incrementalDate

date

 

Used for the flush command.

targetNamet

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&amp;targetName=DM.Prices&amp;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&amp;targetName=DM.Prices&amp;connection=pricefx"/> <to uri="mock:end"/> </route> </routes>

 

IntegrationManager version 5.8.0