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