Interface RequestContext

All Known Implementing Classes:
MbusRequestContext

public interface RequestContext
Author:
Einar M R Rosenvinge
  • Method Details

    • getProcessings

      List<Processing> getProcessings()
    • getServiceName

      String getServiceName()
    • getUri

      URI getUri()
    • isProcessable

      boolean isProcessable()
    • processingDone

      void processingDone(List<Processing> processing)
    • processingFailed

      void processingFailed(RequestContext.ErrorCode error, String msg)
    • processingFailed

      void processingFailed(Exception exception)
    • hasExpired

      default boolean hasExpired()
      Returns whether this request has timed out
    • skip

      void skip()