@ProviderType public interface TimedRequest
TimedRequest
interface provides the functionality to
track the details about the processing of a request.
This is used in the context of the
com.adobe.granite.requests.logging
bundle, which offers details
about the longest running requests.Modifier and Type | Method and Description |
---|---|
java.lang.Long |
getDuration() |
java.util.Date |
getRequestDate() |
java.lang.String |
getRequestMethod() |
java.lang.String |
getRequestUrl() |
java.lang.String getRequestUrl()
java.lang.String getRequestMethod()
java.util.Date getRequestDate()
java.lang.Long getDuration()
Copyright © 2010 - 2020 Adobe. All Rights Reserved