public class TickerBatchInvoker<K,V> extends Object implements Function<K,CompletableFuture<V>>
| Modifier and Type | Class and Description |
|---|---|
static class |
TickerBatchInvoker.Builder |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<V> |
apply(K key) |
static TickerBatchInvoker.Builder |
newBuilder() |
public static TickerBatchInvoker.Builder newBuilder()
public CompletableFuture<V> apply(K key)
apply in interface Function<K,CompletableFuture<V>>Copyright © 2019. All rights reserved.