Uses of Record Class
io.fluxzero.proxy.ProxyServerConfig
Packages that use ProxyServerConfig
-
Uses of ProxyServerConfig in io.fluxzero.proxy
Methods in io.fluxzero.proxy that return ProxyServerConfigModifier and TypeMethodDescriptionstatic ProxyServerConfigProxyServerConfig.forRuntime(String runtimeBaseUrl) static ProxyServerConfigProxyServerConfig.fromProperties()ProxyServerConfig.withMetricsEnabled(boolean metricsEnabled) ProxyServerConfig.withNamespace(String namespace) ProxyServerConfig.withPort(int port) Methods in io.fluxzero.proxy with parameters of type ProxyServerConfigModifier and TypeMethodDescriptionstatic ProxyServerProxyServer.start(ProxyServerConfig config) Starts an embedded proxy server with explicit configuration.