Class TestLraCoordinatorConfigSource

java.lang.Object
io.helidon.microprofile.testing.lra.TestLraCoordinatorConfigSource
All Implemented Interfaces:
ConfigSource

public class TestLraCoordinatorConfigSource extends Object implements ConfigSource
Configuration for @HelidonTest with LRA coordinator running on random port. Any of the properties can be overridden with @AddConfig. Example of running test coordinator on port 8070:

 @HelidonTest
 @AddConfig(key = "server.sockets.500.port", value = "8070")
 @AddBean(TestLraCoordinator.class)