public class TraceListener extends Object
HttpTraceRepository.| Constructor and Description |
|---|
TraceListener(org.springframework.boot.actuate.trace.http.HttpTraceRepository repository) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,Object> |
getReceivedTrace(AckRemoteApplicationEvent event) |
protected Map<String,Object> |
getSentTrace(SentApplicationEvent event) |
void |
onAck(AckRemoteApplicationEvent event) |
void |
onSend(SentApplicationEvent event) |
public TraceListener(org.springframework.boot.actuate.trace.http.HttpTraceRepository repository)
@EventListener public void onAck(AckRemoteApplicationEvent event)
@EventListener public void onSend(SentApplicationEvent event)
protected Map<String,Object> getSentTrace(SentApplicationEvent event)
protected Map<String,Object> getReceivedTrace(AckRemoteApplicationEvent event)
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.