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 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:
      customize in interface org.springframework.boot.web.server.WebServerFactoryCustomizer<org.springframework.boot.web.servlet.server.ConfigurableServletWebServerFactory>