@Configuration
@EnableAutoConfiguration
@ImportResource(value={"classpath:META-INF/spring-xd/internal/launcher.xml","classpath:META-INF/spring-xd/internal/container.xml","classpath*:META-INF/spring-xd/plugins/*.xml"})
public class LauncherApplication
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
protected static class |
LauncherApplication.JmxConfiguration |
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
NODE_PROFILE |
Constructor and Description |
---|
LauncherApplication() |
Modifier and Type | Method and Description |
---|---|
org.springframework.context.ConfigurableApplicationContext |
getContext() |
static void |
main(java.lang.String[] args) |
static void |
publishContainerStarted(org.springframework.context.ConfigurableApplicationContext context) |
LauncherApplication |
run(java.lang.String... args) |
org.springframework.context.ApplicationListener<?> |
xdInitializer(org.springframework.context.ApplicationContext context) |
public static final java.lang.String NODE_PROFILE
public static void main(java.lang.String[] args)
public org.springframework.context.ConfigurableApplicationContext getContext()
public LauncherApplication run(java.lang.String... args)
public static void publishContainerStarted(org.springframework.context.ConfigurableApplicationContext context)
@Bean public org.springframework.context.ApplicationListener<?> xdInitializer(org.springframework.context.ApplicationContext context)