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 voidbuild()Methods inherited from class net.odoframework.container.Application
afterContainerPopulated, beforeContainerPopulated, getLoadedApplication, loadConfiguration, loadManualModules, loadModule, postContainerCreatedMethods inherited from class net.odoframework.container.ModuleBuilder
addStartupBean, addStartupBean, apply, getContainer, getDependencies, getStartupBeans, provides, provides, register, registerEventHandlerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.function.BiFunction
andThenMethods inherited from interface net.odoframework.container.Module
getPrecedence
-
Constructor Details
-
GreeterApplication
public GreeterApplication()
-
-
Method Details
-
build
public void build()- Specified by:
buildin classnet.odoframework.container.ModuleBuilder
-