Class AssetChildInsertBatchEvent


public class AssetChildInsertBatchEvent extends BatchEvent<AssetChildInsertInput,Void>
Business Event to insert a list of AssetChildInsertInput.
For each insert the base event AssetChildInsertInput is called and as input it will receive a Long representing the parent asset and a Long representing the child asset from the list of AssetChildInsertInput as input.
Since:
17.0
GCApi:
event
Reactors:
BTAssetChildInsertBatch(0)
No Spouts