Interface HttpTraceRepository

All Known Implementing Classes:
InMemoryHttpTraceRepository

public interface HttpTraceRepository
A repository for HttpTraces.
Since:
2.0.0
Author:
Dave Syer, Andy Wilkinson
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    add(HttpTrace trace)
    Adds a trace to the repository.
    Find all HttpTrace objects contained in the repository.
  • Method Details

    • findAll

      List<HttpTrace> findAll()
      Find all HttpTrace objects contained in the repository.
      Returns:
      the results
    • add

      void add(HttpTrace trace)
      Adds a trace to the repository.
      Parameters:
      trace - the trace to add