Annotation Interface LRA
Marks a method or a Type as to be a part of the LRA process initialization
-
Nested Class Summary
Nested Classes -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionorg.springframework.http.HttpStatus[]org.springframework.http.HttpStatus.Series[]booleanlong -
Field Summary
Fields
-
Field Details
-
LRA_HTTP_CONTEXT_HEADER
- See Also:
-
LRA_HTTP_ENDED_CONTEXT_HEADER
- See Also:
-
LRA_HTTP_PARENT_CONTEXT_HEADER
- See Also:
-
LRA_HTTP_RECOVERY_HEADER
- See Also:
-
-
Element Details
-
value
LRA.Type value- Default:
- REQUIRED
-
timeLimit
long timeLimit- Default:
- 0L
-
timeUnit
ChronoUnit timeUnit- Default:
- SECONDS
-
end
boolean end- Default:
- true
-
cancelOnFamily
org.springframework.http.HttpStatus.Series[] cancelOnFamily- Default:
- {CLIENT_ERROR, SERVER_ERROR}
-
cancelOn
org.springframework.http.HttpStatus[] cancelOn- Default:
- {}
-