Class CdsRuntimeInitializer

java.lang.Object
com.sap.cds.framework.spring.config.runtime.CdsRuntimeInitializer
All Implemented Interfaces:
org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean

@AutoConfiguration(after=CdsRuntimeBeanDefinitionRegistrar.class) public class CdsRuntimeInitializer extends Object implements org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean
Bean performs the initialization and stopping of the CdsRuntime.
  • Constructor Details

    • CdsRuntimeInitializer

      public CdsRuntimeInitializer()
  • Method Details

    • afterPropertiesSet

      public void afterPropertiesSet() throws Exception
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
      Throws:
      Exception
    • destroy

      public void destroy() throws Exception
      Specified by:
      destroy in interface org.springframework.beans.factory.DisposableBean
      Throws:
      Exception