@JvmStatic fun probe(adslotId: Int): CompletableFuture<Bid>
Call the backend for one adslot.
Return
CompletableFuture with result
@JvmStatic fun probe(adslotIds: Set<Int>): CompletableFuture<HashMap<Int, Bid>>
Call the backend for multiple adslot.
adslotIds - provide a Set of Int
Return
CompletableFuture with result