Azure / azure-functions-java-library

Contains annotations for writing Azure Functions in Java
MIT License
42 stars 42 forks source link

Add RetryContext as part of ExecutionContext #160

Closed shreyas-gopalakrishna closed 2 years ago

shreyas-gopalakrishna commented 2 years ago

Updating the java library to have RetryContext as part of the ExecutionContext Issue: Azure/azure-webjobs-sdk#2595 added support to access retry context within execution context.