Class AwsSpringWebRuntimeInitializer

java.lang.Object
com.amazonaws.serverless.proxy.spring.AwsSpringWebRuntimeInitializer
All Implemented Interfaces:
org.springframework.context.ApplicationContextInitializer<org.springframework.context.support.GenericApplicationContext>

public class AwsSpringWebRuntimeInitializer extends Object implements org.springframework.context.ApplicationContextInitializer<org.springframework.context.support.GenericApplicationContext>
Initializer to optionally start Custom Runtime to process web workloads. Registered with META-INF/spring.factories
Author:
Dave Syer, Oleg Zhurakousky
  • Constructor Details

    • AwsSpringWebRuntimeInitializer

      public AwsSpringWebRuntimeInitializer()
  • Method Details

    • initialize

      public void initialize(org.springframework.context.support.GenericApplicationContext context)
      Specified by:
      initialize in interface org.springframework.context.ApplicationContextInitializer<org.springframework.context.support.GenericApplicationContext>