public class RestCommunicationAspect
extends java.lang.Object
Constructor and Description |
---|
RestCommunicationAspect() |
Modifier and Type | Method and Description |
---|---|
void |
doAfterRequestCreation(org.springframework.http.client.ClientHttpRequest request)
After a request creation with a RestTemplate, we get the current traceId
and orderIndex and add them to the Http header of our message.
|
void |
doBeforeDispatcherService(javax.servlet.http.HttpServletRequest request)
Before an incoming message is processed by the service method of Spring,
we read the traceId and orderIndex from the Http header of our message.
|
public void doBeforeDispatcherService(javax.servlet.http.HttpServletRequest request)
public void doAfterRequestCreation(org.springframework.http.client.ClientHttpRequest request)
Copyright 2020 Kieker Project, http://kieker-monitoring.net