Class LRAConfiguration


  • @ConfigRoot(phase=RUN_TIME)
    public final class LRAConfiguration
    extends Object
    Configuration properties for controlling LRA participants
    • 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.
    • Constructor Detail

      • LRAConfiguration

        public LRAConfiguration()