shipmentEntriesOf

open override fun shipmentEntriesOf(shipmentIds: Set<String>): StateFlow<List<List<ShipmentEntry>>>

Provides a reactive stream of entries (files/metadata) for a set of shipment IDs.


open override fun shipmentEntriesOf(shipmentId: String): StateFlow<List<ShipmentEntry>>

Provides a reactive stream of entries for a single shipment.