...
- Load: Uploading data to the hub
- Retrieve: Requesting something from the hub and the hub returns that data
- Push: The hub pushes data to the client system/FTP server
LOAD service type
Process of loading data to the hub
When uploading to the hub, the data follows the below process:
...
RETRIEVE (API only) service type
Process of calling retrieve to the hub.
...
PUSH service
...
type
The Process of a message being pushed from the hub to the client/FTP.
Push message processing has its own retry mechanism. If a message is not delivered to a client (via FTP or REST), the Hub retries to deliver the message (file or request) 3 times every 15 minutes. If after the third attempt the message cannot be delivered, the Hub will no longer attempt to push the message.