java.lang.Object
net.odoframework.container.ModuleBuilder
net.odoframework.helloworld.metrics.OdoAwsLambdaXrayModule
- All Implemented Interfaces:
BiFunction<Container,Properties,Container>,Module
public class OdoAwsLambdaXrayModule extends ModuleBuilder
-
Constructor Summary
Constructors Constructor Description OdoAwsLambdaXrayModule() -
Method Summary
Modifier and Type Method Description voidbuild()intgetPrecedence()Methods inherited from class net.odoframework.container.ModuleBuilder
addStartupBean, addStartupBean, afterContainerPopulated, apply, beforeContainerPopulated, 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
andThen
-
Constructor Details
-
OdoAwsLambdaXrayModule
public OdoAwsLambdaXrayModule()
-
-
Method Details
-
getPrecedence
public int getPrecedence() -
build
public void build()- Specified by:
buildin classModuleBuilder
-