/
pfx-api:updateLPG
pfx-api:updateLPG
Properties
Option | Type | Default | Description |
---|---|---|---|
| string |
| Defines |
| string |
| Defines a mapper name which is a Spring bean or definition in the header or property. |
| object |
| Defines the object type. Possible values are listed at Type Codes. |
| string |
| Defines |
| string |
| Possible values: AUTO, MANUAL |
Examples
<route id="lpgupdate-route">
<from uri="direct:start"/>
<split streaming="true" strategyRef="recordsCountAggregation">
<tokenize group="50" token="\\n"/>
<to uri="pfx-csv:unmarshal?skipHeaderRecord=true"/>
<to uri="pfx-api:updateLPG?objectType=LPG&typedId=12345&mapper=myMapper&converterStrategyType=MANUAL"/>
</split>
<to uri="mock:response"/>
</route>
IntegrationManager version 6.0.0