public abstract class AggregateApplicationBuilder.AppConfigurer<T extends AggregateApplicationBuilder.AppConfigurer<T>> extends Object
Constructor and Description |
---|
AppConfigurer() |
Modifier and Type | Method and Description |
---|---|
T |
args(String... args) |
T |
as(String... names) |
AggregateApplication |
build() |
String[] |
getArgs() |
String |
getNamespace() |
T |
namespace(String namespace) |
T |
profiles(String... profiles) |
org.springframework.context.ConfigurableApplicationContext |
run(String... args) |
public org.springframework.context.ConfigurableApplicationContext run(String... args)
public AggregateApplication build()
public String[] getArgs()
public String getNamespace()
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.