CargoDeliveryRequest

data class CargoDeliveryRequest(val localId: String, val cargoSerialized: () -> InputStream)

Cargo Delivery Request.

A reference to a local cargo which is to be delivered by cargo relay binding like CogRPC.

Parameters

localId

The path, database PK or any other identifier for the cargo

cargoSerialized

The cargo itself

Constructors

Link copied to clipboard
constructor(localId: String, cargoSerialized: () -> InputStream)

Properties

Link copied to clipboard
Link copied to clipboard