java.lang.Object
com.oracle.microtx.springboot.lra.annotation.LRAResponse

public final class LRAResponse extends Object
  • Constructor Details

    • LRAResponse

      public LRAResponse()
  • Method Details

    • compensated

      public static org.springframework.http.ResponseEntity<Object> compensated()
    • compensated

      public static org.springframework.http.ResponseEntity<Object> compensated(Object body)
    • compensating

      public static org.springframework.http.ResponseEntity<Object> compensating()
    • compensating

      public static org.springframework.http.ResponseEntity<Object> compensating(Object body)
    • failedToCompensate

      public static org.springframework.http.ResponseEntity<Object> failedToCompensate()
    • failedToCompensate

      public static org.springframework.http.ResponseEntity<Object> failedToCompensate(Object body)
    • completed

      public static org.springframework.http.ResponseEntity<Object> completed()
    • completed

      public static org.springframework.http.ResponseEntity<Object> completed(Object body)
    • completing

      public static org.springframework.http.ResponseEntity<Object> completing()
    • completing

      public static org.springframework.http.ResponseEntity<Object> completing(Object body)
    • failedToComplete

      public static org.springframework.http.ResponseEntity<Object> failedToComplete()
    • failedToComplete

      public static org.springframework.http.ResponseEntity<Object> failedToComplete(Object body)