Update readme of spi
This commit is contained in:
kaibocai 2022-12-16 10:58:05 -06:00 коммит произвёл GitHub
Родитель 2616ec577e
Коммит 9491bf0fbd
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1,7 +1,7 @@
![Azure Functions Logo](https://raw.githubusercontent.com/Azure/azure-functions-cli/master/src/Azure.Functions.Cli/npm/assets/azure-functions-logo-color-raster.png)
# SPI for Azure Java Functions
This repo contains SPI for building Azure Java Functions. **This library should not be used when building your function app.**
This repo contains SPI for building Azure Java Functions. **This library could be used when building your function app.**
This library provides hooks to third parties supporting them to interact with function runtime during function invocation process.
**_This library should be used with scope as `provided`, because customers should not inherit it via a transitive dependency_**