Interface RequestIdGenerator

All Known Implementing Classes:
TraceIdGenerator

public interface RequestIdGenerator
  • Method Summary

    Modifier and Type Method Description
    String getRequestId​(javax.servlet.http.HttpServletRequest request)  
  • Method Details