public class DownstreamSelector<T>
extends java.lang.Object
implements java.util.function.Function<T,io.vertx.core.Future<io.vertx.core.net.SocketAddress>>
Constructor and Description |
---|
DownstreamSelector(AuthMatcher<T> infoMatcher,
ProxyInfoStoreClient storeClient) |
Modifier and Type | Method and Description |
---|---|
io.vertx.core.Future<io.vertx.core.net.SocketAddress> |
apply(T context) |
public DownstreamSelector(AuthMatcher<T> infoMatcher, ProxyInfoStoreClient storeClient)
Copyright © 2022. All Rights Reserved.