Package de.gematik.test.tiger.proxy
Class TigerRouteSelector
java.lang.Object
de.gematik.test.tiger.proxy.TigerRouteSelector
Executor for selecting a route destination from a list of potential destinations.
-
Constructor Summary
ConstructorsConstructorDescriptionTigerRouteSelector(List<String> routeDestinations, de.gematik.test.tiger.common.data.config.tigerproxy.ForwardProxyInfo forwardProxyInfo) -
Method Summary
-
Constructor Details
-
TigerRouteSelector
@ConstructorProperties({"routeDestinations","forwardProxyInfo"}) public TigerRouteSelector(List<String> routeDestinations, de.gematik.test.tiger.common.data.config.tigerproxy.ForwardProxyInfo forwardProxyInfo)
-
-
Method Details
-
selectFirstReachableDestination
-