Interface RequestLogger


  • @ProviderType
    public interface RequestLogger
    The RequestLogger class provides the functionality to gather requests. This service is exposed in the context of the com.adobe.granite.requests.logging bundle.
    • Method Detail

      • getLongestRequests

        TimedRequest[] getLongestRequests()
        Gets a list of the longest requests captured by the system.
        Returns:
        a TimedRequest array of the longest requests, ordered in descending order by the solve time.