Package com.atlassian.bitbucket.request
package com.atlassian.bitbucket.request
-
InterfacesClassDescriptionRequestCallback<T,
E extends Exception> Callback provided to callers ofRequestManager.doAsRequest(RequestCallback, RequestInfoProvider).Provides information about a request, such as the requestId, sessionId, remoteAddress and more.Interface for providing request details toRequestManager.RequestLocal<T>Value that is resolved in the currentRequestContext, if one is active.Sets up and tears down all logic for processing requests, such as logging, access logging, profiling and publishingRequestStartedEventandRequestEndedEvent.Interface for providing immutable request meta data toRequestManager.