Interface InMemoryInterceptedCompareRequest

All Superinterfaces:
InMemoryInterceptedRequest

This class provides an API that can be used in the course of processing a compare request via the InMemoryOperationInterceptor API.
  • Method Details

    • getRequest

      Retrieves the compare request to be processed.
      Returns:
      The compare request to be processed.
    • setRequest

      void setRequest(@NotNull CompareRequest compareRequest)
      Replaces the compare request to be processed.
      Parameters:
      compareRequest - The compare request that should be processed instead of the one that was originally received from the client. It must not be null.