@Configuration(proxyBeanMethods=false)
@Import(value=DemoApplication.class)
public static class MultipleHopsIntegrationTests.TestConfig
extends Object
implements org.springframework.context.ApplicationListener<org.springframework.boot.web.servlet.context.ServletWebServerInitializedEvent>
Methods inherited from interface org.springframework.context.ApplicationListener
forPayload
Constructor Detail
TestConfig
public TestConfig()
Method Detail
onApplicationEvent
public void onApplicationEvent(org.springframework.boot.web.servlet.context.ServletWebServerInitializedEvent event)
Specified by:
onApplicationEvent in interface org.springframework.context.ApplicationListener<org.springframework.boot.web.servlet.context.ServletWebServerInitializedEvent>