Class ServerlessWebApplication

java.lang.Object
org.springframework.boot.SpringApplication
org.springframework.cloud.function.serverless.web.ServerlessWebApplication

public class ServerlessWebApplication extends org.springframework.boot.SpringApplication
Author:
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

    Fields inherited from class org.springframework.boot.SpringApplication

    BANNER_LOCATION_PROPERTY, BANNER_LOCATION_PROPERTY_VALUE
  • Method Summary

    Modifier and Type
    Method
    Description
    static org.springframework.web.context.ConfigurableWebApplicationContext
    run(Class<?>[] primarySources, String[] args)
     
    org.springframework.web.context.ConfigurableWebApplicationContext
    run(String... args)
     

    Methods 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, load, logStartupInfo, logStartupProfileInfo, main, postProcessApplicationContext, 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

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • run

      public static org.springframework.web.context.ConfigurableWebApplicationContext run(Class<?>[] primarySources, String[] args)
    • run

      public org.springframework.web.context.ConfigurableWebApplicationContext run(String... args)
      Overrides:
      run in class org.springframework.boot.SpringApplication