Package io.quarkus.narayana.lra.runtime
Class LRAConfiguration
- java.lang.Object
-
- io.quarkus.narayana.lra.runtime.LRAConfiguration
-
@ConfigRoot(phase=RUN_TIME) public final class LRAConfiguration extends Object
Configuration properties for controlling LRA participants
-
-
Field Summary
Fields Modifier and Type Field Description (package private) StringcoordinatorURLThe REST endpoint on which a coordinator is running.
-
Constructor Summary
Constructors Constructor Description LRAConfiguration()
-
-
-
Field Detail
-
coordinatorURL
@ConfigItem(defaultValue="http://localhost:50000/lra-coordinator") String coordinatorURL
The REST endpoint on which a coordinator is running. In order for an LRA to begin and end successfully and in order to join with an existing LRA, this coordinator must be available whenever a service method annotated with @LRA is invoked. In this version of the extension, a failed coordinator with LRAs that have not yet finished must be restarted.
-
-