@FunctionalInterface public interface ManagementContextFactory
Modifier and Type | Method and Description |
---|---|
org.springframework.context.ConfigurableApplicationContext |
createManagementContext(org.springframework.context.ApplicationContext parent,
Class<?>... configurationClasses)
Create the management application context.
|
org.springframework.context.ConfigurableApplicationContext createManagementContext(org.springframework.context.ApplicationContext parent, Class<?>... configurationClasses)
parent
- the parent contextconfigurationClasses
- the configuration classesCopyright © 2017 Pivotal Software, Inc.. All rights reserved.