- Leave - Annotation Type in org.eclipse.microprofile.lra.annotation
-
If a JAX-RS resource method is invoked in the context of an LRA and there are
participant annotations on the class it will join the LRA (as a participant).
- leaveLRA(URL, String) - Method in interface org.eclipse.microprofile.lra.client.LRAClient
-
A Compensator can resign from the LRA at any time prior to the completion
of an activity
- LRA - Annotation Type in org.eclipse.microprofile.lra.annotation
-
An annotation for controlling the lifecycle of Long Running Actions (LRAs).
- LRA.Type - Enum in org.eclipse.microprofile.lra.annotation
-
The Type element of the annotation indicates whether a bean method
is to be executed within a compensatable transaction (aka LRA) context
where the values provide the following behaviors:
- LRA_COORDINATOR_HOST_KEY - Static variable in interface org.eclipse.microprofile.lra.client.LRAClient
-
Key for looking up the config property that specifies which host a
coordinator is running on
- LRA_COORDINATOR_PATH_KEY - Static variable in interface org.eclipse.microprofile.lra.client.LRAClient
-
Key for looking up the config property that specifies which JAX-RS path a
coordinator is running on
- LRA_COORDINATOR_PORT_KEY - Static variable in interface org.eclipse.microprofile.lra.client.LRAClient
-
Key for looking up the config property that specifies which port a
coordinator is running on
- LRA_HTTP_HEADER - Static variable in interface org.eclipse.microprofile.lra.client.LRAClient
-
the name of the HTTP header field that contains the LRA id associated with
a request/response
- LRA_HTTP_RECOVERY_HEADER - Static variable in interface org.eclipse.microprofile.lra.client.LRAClient
-
- LRA_RECOVERY_HOST_KEY - Static variable in interface org.eclipse.microprofile.lra.client.LRAClient
-
Key for looking up the config property that specifies which JAX-RS path a
recovery coordinator is running on
- LRA_RECOVERY_PATH_KEY - Static variable in interface org.eclipse.microprofile.lra.client.LRAClient
-
Key for looking up the config property that specifies which JAX-RS path a
recovery coordinator is running on
- LRA_RECOVERY_PORT_KEY - Static variable in interface org.eclipse.microprofile.lra.client.LRAClient
-
Key for looking up the config property that specifies which JAX-RS path a
recovery coordinator is running on
- LRAClient - Interface in org.eclipse.microprofile.lra.client
-
- LRAInfo - Interface in org.eclipse.microprofile.lra.client
-
Data object carrying information about an instance
of LRA (specified by lra id) and it's status.
- LRAManagement - Interface in org.eclipse.microprofile.lra.participant
-
- LRAParticipant - Interface in org.eclipse.microprofile.lra.participant
-
The API for notifying participants that a LRA is completing or cancelling.
- LRAParticipantDeserializer - Interface in org.eclipse.microprofile.lra.participant
-