This repository is for active development of the Azure SDK for Java. For consumers of the SDK we recommend visiting our public developer docs at https://docs.microsoft.com/java/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-java.
MIT License
2.35k
stars
1.99k
forks
source link
[DOC BUG] ServiceBus Readme code snippet for ServiceBusProcessorClient.processError at time of building #17932
Issue : The Readme sample is wrong for
ServiceBusProcessorClient
and forprocessError
.A motivated community member @frascu have raised PR for this.
https://github.com/Azure/azure-sdk-for-java/pull/17925
We will fix this via using embedme tool which uses compiled java source code to embed source code into readme. so this problem never happens again.