Interface HttpTraceRepository
- All Known Implementing Classes:
InMemoryHttpTraceRepository
public interface HttpTraceRepository
A repository for
HttpTrace
s.- Since:
- 2.0.0
- Author:
- Dave Syer, Andy Wilkinson
-
Method Summary
-
Method Details
-
findAll
Find allHttpTrace
objects contained in the repository.- Returns:
- the results
-
add
Adds a trace to the repository.- Parameters:
trace
- the trace to add
-