We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3873036 commit aa23d06Copy full SHA for aa23d06
README.md
@@ -405,7 +405,7 @@ while(true) {
405
```
406
407
In case of non-blocking receive (e. g. via eventhandler), there is no need to use `IncomingMessageReceiveTracer` - just trace processing
408
-of the message by using the ``ProcessingMessageTracer``:
+of the message by using the `IncomingMessageProcessTracer`:
409
410
```Java
411
MessagingSystemInfo messagingSystemInfo = oneAgentSDK.createMessagingSystemInfo("myMessagingSystem",
0 commit comments