Class FunctionalSpringApplication
java.lang.Object
org.springframework.boot.SpringApplication
org.springframework.cloud.function.context.FunctionalSpringApplication
public class FunctionalSpringApplication
extends org.springframework.boot.SpringApplication
- Author:
- Dave Syer, Semyon Fishman, Oleg Zhurakousky
-
Nested Class Summary
Nested classes/interfaces inherited from class org.springframework.boot.SpringApplication
org.springframework.boot.SpringApplication.AbandonedRunException, org.springframework.boot.SpringApplication.Augmented, org.springframework.boot.SpringApplication.Running -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringFlag to say that context is functional beans.static final StringEnumeration of web application types.Fields inherited from class org.springframework.boot.SpringApplication
BANNER_LOCATION_PROPERTY, BANNER_LOCATION_PROPERTY_VALUE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidstatic voidprotected voidpostProcessApplicationContext(org.springframework.context.ConfigurableApplicationContext context) static org.springframework.context.ConfigurableApplicationContextstatic org.springframework.context.ConfigurableApplicationContextMethods inherited from class org.springframework.boot.SpringApplication
addBootstrapRegistryInitializer, addInitializers, addListeners, addPrimarySources, afterRefresh, applyInitializers, bindToSpringApplication, configureEnvironment, configureProfiles, configurePropertySources, createApplicationContext, createBeanDefinitionLoader, exit, from, getAdditionalProfiles, getAllSources, getApplicationLog, getApplicationStartup, getClassLoader, getEnvironmentPrefix, getInitializers, getListeners, getMainApplicationClass, getResourceLoader, getShutdownHandlers, getSources, getWebApplicationType, isKeepAlive, logStartupInfo, logStartupProfileInfo, refresh, registerLoggedException, run, setAddCommandLineProperties, setAddConversionService, setAdditionalProfiles, setAllowBeanDefinitionOverriding, setAllowCircularReferences, setApplicationContextFactory, setApplicationStartup, setBanner, setBannerMode, setBeanNameGenerator, setDefaultProperties, setDefaultProperties, setEnvironment, setEnvironmentPrefix, setHeadless, setInitializers, setKeepAlive, setLazyInitialization, setListeners, setLogStartupInfo, setMainApplicationClass, setRegisterShutdownHook, setResourceLoader, setSources, setWebApplicationType, withHook, withHook
-
Field Details
-
SPRING_FUNCTIONAL_ENABLED
Flag to say that context is functional beans.- See Also:
-
SPRING_WEB_APPLICATION_TYPE
Enumeration of web application types.- See Also:
-
-
Constructor Details
-
FunctionalSpringApplication
-
-
Method Details
-
main
-
run
-
run
-
postProcessApplicationContext
protected void postProcessApplicationContext(org.springframework.context.ConfigurableApplicationContext context) - Overrides:
postProcessApplicationContextin classorg.springframework.boot.SpringApplication
-
load
- Overrides:
loadin classorg.springframework.boot.SpringApplication
-