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 580a7b3 commit be7f885Copy full SHA for be7f885
README.md
@@ -366,7 +366,7 @@ try {
366
```
367
368
On the incoming side, we need to differentiate between the blocking receiving part and processing the received message. Therefore two
369
-different tracers are being used: ``ReceivingMessageTracer`` and ``ProcessingMessageTracer``.
+different tracers are being used: `IncomingMessageReceiveTracer` and `IncomingMessageProcessTracer`.
370
371
```Java
372
MessagingSystemInfo messagingSystemInfo = oneAgentSDK.createMessagingSystemInfo("myMessagingSystem",
0 commit comments