Class RequestBatchEntity
java.lang.Object
de.hybris.platform.odata2services.odata.monitoring.RequestBatchEntity
Information about a batch present in the request body.
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedRequestBatchEntity(String msgId, InputStream payload, String objType, int cnt, String key) Instantiates thisRequestBatchEntity -
Method Summary
-
Constructor Details
-
RequestBatchEntity
protected RequestBatchEntity(String msgId, InputStream payload, String objType, int cnt, String key) Instantiates thisRequestBatchEntity- Parameters:
msgId- message ID of the inbound request. It's common for all batches.payload- the batch content from the request bodyobjType- integration object type. This is common for all batches.cnt- number of change sets in this batchkey- integration key of the request
-
-
Method Details