java.lang.Object
org.springframework.cloud.fn.consumer.websocket.trace.Trace

public class Trace extends Object
A value object representing a trace event: at a particular time with a simple (map) information. Can be used for analyzing contextual information such as HTTP headers.

It is a copy of InMemoryTraceRepository from Spring Boot 1.5.x. Since Spring Boot 2.0 traces are only available for HTTP.

Since:
2.0
Author:
Dave Syer, Artem Bilan