net.smartcosmos.model.batch.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of platform-core Show documentation
Show all versions of platform-core Show documentation
Provides an interface driven SDK for working with the SMART COSMOS platform services
/**
* SMART COSMOS batch processing capabilities.
*
* An IFileTransmissionRequest
is sent to the server, registering a request to upload a file for
* asynchronous batch processing. The server will then respond with a IFileTransmissionResponse
that
* provides transmission guidance, specifically the endpoint URI where the file should be sent and a Transmission
* URN that identifies the name that the file must be transmitted under, thus ensuring there are never any
* name collisions.
*
* After the file has been successfully transmitted, a IFileTransmissionReceipt
must be sent to the
* server to indicate the outcome of the transmission. Until the server receive a transmission receipt, the batch
* is not processed and is in a state of limbo.
*/
package net.smartcosmos.model.batch;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy