mufiye commented on issue #9999:
URL: https://github.com/apache/skywalking/issues/9999#issuecomment-1374858120
> ```
> public static void inject(Object message) {
> }
>
> public static void extract(Object message) {
> }
> ```
>
> Don't use `Object` as parameter, it is too general.
>
For this part implementation, I want use the `message` parameters
corresponding to the message which will take the contextCarrier data such as
`HttpHeaders` in asynchttpclient, `Metadata` in grpc. I will think about better
parameter setting when I implement this part.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]