Class GreeterApplication

java.lang.Object
net.odoframework.container.ModuleBuilder
net.odoframework.container.Application
net.odoframework.aws.lambda.sample.GreeterApplication
All Implemented Interfaces:
BiFunction<net.odoframework.container.injection.Container,​Properties,​net.odoframework.container.injection.Container>, net.odoframework.container.Module

public class GreeterApplication
extends net.odoframework.container.Application
  • Constructor Summary

    Constructors
    Constructor Description
    GreeterApplication()  
  • Method Summary

    Modifier and Type Method Description
    void build()  

    Methods inherited from class net.odoframework.container.Application

    afterContainerPopulated, beforeContainerPopulated, getLoadedApplication, loadConfiguration, loadManualModules, loadModule, postContainerCreated

    Methods inherited from class net.odoframework.container.ModuleBuilder

    addStartupBean, addStartupBean, apply, getContainer, getDependencies, getStartupBeans, provides, provides, register, registerEventHandler

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface java.util.function.BiFunction

    andThen

    Methods inherited from interface net.odoframework.container.Module

    getPrecedence
  • Constructor Details

    • GreeterApplication

      public GreeterApplication()
  • Method Details

    • build

      public void build()
      Specified by:
      build in class net.odoframework.container.ModuleBuilder