Package io.micronaut.azure.function.http
Class DefaultExecutionContext
java.lang.Object
io.micronaut.azure.function.http.DefaultExecutionContext
- All Implemented Interfaces:
com.microsoft.azure.functions.ExecutionContext
@Internal
public class DefaultExecutionContext
extends Object
implements com.microsoft.azure.functions.ExecutionContext
Default execution context impl. used for testing.
- Since:
- 5.0.0
- Author:
- Sergio del Amo
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncom.microsoft.azure.functions.TraceContext
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.microsoft.azure.functions.ExecutionContext
getRetryContext
-
Constructor Details
-
DefaultExecutionContext
public DefaultExecutionContext()
-
-
Method Details
-
getLogger
- Specified by:
getLogger
in interfacecom.microsoft.azure.functions.ExecutionContext
-
getInvocationId
- Specified by:
getInvocationId
in interfacecom.microsoft.azure.functions.ExecutionContext
-
getFunctionName
- Specified by:
getFunctionName
in interfacecom.microsoft.azure.functions.ExecutionContext
-
getTraceContext
public com.microsoft.azure.functions.TraceContext getTraceContext()- Specified by:
getTraceContext
in interfacecom.microsoft.azure.functions.ExecutionContext
-