Interface RequestLogger
-
@ProviderType public interface RequestLogger
TheRequestLogger
class provides the functionality to gather requests. This service is exposed in the context of thecom.adobe.granite.requests.logging
bundle.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TimedRequest[]
getLongestRequests()
Gets a list of the longest requests captured by the system.
-
-
-
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.
-
-