Interface RequestContext

  • All Known Implementing Classes:
    MbusRequestContext

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

      • getProcessings

        java.util.List<Processing> getProcessings()
      • getServiceName

        java.lang.String getServiceName()
      • getUri

        java.net.URI getUri()
      • isProcessable

        boolean isProcessable()
      • processingDone

        void processingDone​(java.util.List<Processing> processing)
      • processingFailed

        void processingFailed​(java.lang.Exception exception)
      • hasExpired

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

        void skip()