Package de.gematik.test.tiger.proxy
Class TigerProxyConfigurator
java.lang.Object
de.gematik.test.tiger.proxy.TigerProxyConfigurator
- All Implemented Interfaces:
org.springframework.boot.web.server.WebServerFactoryCustomizer<org.springframework.boot.web.servlet.server.ConfigurableServletWebServerFactory>
@Configuration
public class TigerProxyConfigurator
extends Object
implements org.springframework.boot.web.server.WebServerFactoryCustomizer<org.springframework.boot.web.servlet.server.ConfigurableServletWebServerFactory>
-
Constructor Summary
ConstructorsConstructorDescriptionTigerProxyConfigurator(TigerProxy tigerProxy, org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext webServerAppCtxt) -
Method Summary
-
Constructor Details
-
TigerProxyConfigurator
@ConstructorProperties({"tigerProxy","webServerAppCtxt"}) public TigerProxyConfigurator(TigerProxy tigerProxy, org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext webServerAppCtxt)
-
-
Method Details
-
init
@EventListener(org.springframework.boot.context.event.ApplicationReadyEvent.class) public void init() -
customize
public void customize(org.springframework.boot.web.servlet.server.ConfigurableServletWebServerFactory factory) - Specified by:
customizein interfaceorg.springframework.boot.web.server.WebServerFactoryCustomizer<org.springframework.boot.web.servlet.server.ConfigurableServletWebServerFactory>
-