ExecutionContext Interface
public interface ExecutionContext
The execution context enables interaction with the Azure Functions execution environment.
Modifier and Type | Method and Description |
---|---|
abstract java.lang.String |
get Returns the function name. |
abstract java.lang.String |
get Returns the invocation ID for the function call. |
abstract java.util.logging.Logger |
get Returns the built-in logger, which is integrated with the logging functionality provided in the Azure Functions portal, as well as in Azure Application Insights. |
default
Trace |
get Returns the trace context. |
getFunctionName
public abstract String getFunctionName()
Returns the function name.
Returns:
getInvocationId
public abstract String getInvocationId()
Returns the invocation ID for the function call.
Returns:
getLogger
public abstract Logger getLogger()
Returns the built-in logger, which is integrated with the logging functionality provided in the Azure Functions portal, as well as in Azure Application Insights.
Returns:
getTraceContext
public default TraceContext getTraceContext()
Returns the trace context.
Returns:
Feedback zu Azure SDK for Java
Azure SDK for Java ist ein Open Source-Projekt. Wählen Sie einen Link aus, um Feedback zu geben: