@FunctionalInterface public interface ILongRunningRequestCallback extends com.helger.commons.callback.ICallback
RequestTracker for registration.| Modifier and Type | Method and Description |
|---|---|
void |
onLongRunningRequest(String sUniqueRequestID,
com.helger.web.scope.IRequestWebScope aRequestScope,
long nRunningMilliseconds)
Callback invoked for a single long running request
|
void onLongRunningRequest(@Nonnull @Nonempty String sUniqueRequestID, @Nonnull com.helger.web.scope.IRequestWebScope aRequestScope, @Nonnegative long nRunningMilliseconds)
sUniqueRequestID - The unique request ID. Never null nor empty.aRequestScope - The request scope that is long running. Never null.nRunningMilliseconds - The milliseconds this request is already running.Copyright © 2017–2019 Philip Helger. All rights reserved.