fanjiwang1992 commented on issue #2596:
URL: 
https://github.com/apache/servicecomb-java-chassis/issues/2596#issuecomment-927223580


           InvocationContext invocationContext = new InvocationContext();
   
           invocationContext.addContext("aaa", "bbb");
   
           entity.setContext(invocationContext);
   
           UUID uuid = UUID.randomUUID();
   
           System.out.println(formatter.format(new Date())+uuid);
   
           ResponseEntity<String> responseEntity =
                   restTemplate.getForEntity(url + uuid, String.class, entity)
   
--------------------------------------------------------------------------------------
   
   用restTemplate的exchange方法 传递 CseHttpEntity
   
   


-- 
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]


Reply via email to