We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8a88f2 commit a6ad4f5Copy full SHA for a6ad4f5
src/ddtrace_php_api.stubs.php
@@ -2310,6 +2310,14 @@ class Type
2310
const CLI = 'cli';
2311
const SQL = 'sql';
2312
const QUEUE = 'queue';
2313
+ /**
2314
+ * @deprecated use QUEUE instead
2315
+ */
2316
+ const MESSAGE_CONSUMER = 'queue';
2317
2318
2319
2320
+ const MESSAGE_PRODUCER = 'queue';
2321
const CASSANDRA = 'cassandra';
2322
const ELASTICSEARCH = 'elasticsearch';
2323
const MEMCACHED = 'memcached';
0 commit comments