All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.smartcosmos.model.batch.package-info Maven / Gradle / Ivy

Go to download

Provides an interface driven SDK for working with the SMART COSMOS platform services

There is a newer version: 1.7
Show newest version
/**
 * 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