Package com.yahoo.docproc.jdisc
Interface RequestContext
- All Known Implementing Classes:
MbusRequestContext
public interface RequestContext
- Author:
- Einar M R Rosenvinge
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptiongetUri()default booleanReturns whether this request has timed outbooleanvoidprocessingDone(List<Processing> processing) voidprocessingFailed(RequestContext.ErrorCode error, String msg) voidprocessingFailed(Exception exception) voidskip()
-
Method Details
-
getProcessings
List<Processing> getProcessings() -
getServiceName
String getServiceName() -
getUri
URI getUri() -
isProcessable
boolean isProcessable() -
processingDone
-
processingFailed
-
processingFailed
-
hasExpired
default boolean hasExpired()Returns whether this request has timed out -
skip
void skip()
-