public class ContainerLauncherFactory
extends java.lang.Object
Constructor and Description |
---|
ContainerLauncherFactory() |
Modifier and Type | Method and Description |
---|---|
ContainerLauncher |
createContainerLauncher(ContainerOptions options,
org.springframework.context.ApplicationContext parentContext)
Creates a new instance of ContainerLauncher.
|
public ContainerLauncher createContainerLauncher(ContainerOptions options, org.springframework.context.ApplicationContext parentContext)
options
- The options that select transport, analytics, and other infrastructure options.parentContext
- an optional parent context to set on the XDContainer's ApplicationContext.