Interface ProcessingStatus

All Known Subinterfaces:
ProcessingInfo
All Known Implementing Classes:
ProcessingException

public interface ProcessingStatus
Adds status information into an object.
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull Status
    The value describes wider status of processing and can be used for inter-system communication.
  • Method Details

    • getStatus

      @NotNull @NotNull Status getStatus()
      The value describes wider status of processing and can be used for inter-system communication. The typical example usage can be similar to widely known HTTP response status.
      Returns:
      Status associated with the exception.