public class AggregateApplicationBuilder extends Object
AggregateApplication
.Modifier and Type | Class and Description |
---|---|
class |
AggregateApplicationBuilder.AppConfigurer<T extends AggregateApplicationBuilder.AppConfigurer<T>> |
class |
AggregateApplicationBuilder.ProcessorConfigurer |
class |
AggregateApplicationBuilder.SinkConfigurer |
class |
AggregateApplicationBuilder.SourceConfigurer |
Constructor and Description |
---|
AggregateApplicationBuilder() |
AggregateApplicationBuilder(org.springframework.context.ConfigurableApplicationContext parentContext) |
AggregateApplicationBuilder(Object[] sources,
String[] args) |
AggregateApplicationBuilder(Object source,
String... args) |
Modifier and Type | Method and Description |
---|---|
AggregateApplicationBuilder.SourceConfigurer |
from(Class<?> app) |
AggregateApplicationBuilder |
parent(org.springframework.context.ConfigurableApplicationContext parentContext) |
AggregateApplicationBuilder |
parent(Object[] sources,
String[] args) |
AggregateApplicationBuilder |
parent(Object source,
String... args) |
org.springframework.context.ConfigurableApplicationContext |
run(String[] parentArgs) |
public AggregateApplicationBuilder()
public AggregateApplicationBuilder(org.springframework.context.ConfigurableApplicationContext parentContext)
public AggregateApplicationBuilder parent(Object source, String... args)
public AggregateApplicationBuilder parent(Object[] sources, String[] args)
public AggregateApplicationBuilder parent(org.springframework.context.ConfigurableApplicationContext parentContext)
public AggregateApplicationBuilder.SourceConfigurer from(Class<?> app)
public org.springframework.context.ConfigurableApplicationContext run(String[] parentArgs)
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.