We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9664b9 commit ea43e72Copy full SHA for ea43e72
src/lib/DaprClient.php
@@ -5,13 +5,15 @@
5
use Dapr\Deserialization\IDeserializer;
6
use Dapr\exceptions\DaprException;
7
use Dapr\Middleware\Defaults\Tracing;
8
+use JetBrains\PhpStorm\Deprecated;
9
use JetBrains\PhpStorm\Pure;
10
use Psr\Log\LoggerInterface;
11
12
/**
13
* Helper functions for accessing the dapr api.
14
* @package Dapr
15
*/
16
+#[Deprecated(since: '1.2.0', replacement: \Dapr\Client\DaprClient::class, reason: 'New & better client')]
17
class DaprClient
18
{
19
// temp hack to allow custom headers
0 commit comments