yieldprobe / com.yieldlab.yieldprobe / Yieldprobe / probe

probe

@JvmStatic fun probe(adslotId: Int): CompletableFuture<Bid>

Call the backend for one adslot.

Parameters

adslotId - one Integer adslot

Return
CompletableFuture with result

@JvmStatic fun probe(adslotIds: Set<Int>): CompletableFuture<HashMap<Int, Bid>>

Call the backend for multiple adslot.

Parameters

adslotIds - provide a Set of Int

Return
CompletableFuture with result