Class SandboxAppsStarter

  • All Implemented Interfaces:
    AutoCloseable

    public class SandboxAppsStarter
    extends Object
    implements AutoCloseable
    Allows to start all sandbox (they imitate bank / ASPSP) applications.
    • Constructor Detail

      • SandboxAppsStarter

        public SandboxAppsStarter()
    • Method Detail

      • awaitForAllStarted

        public void awaitForAllStarted​(Duration atMost)
      • awaitForAllStopped

        public void awaitForAllStopped​(Duration atMost)
        Note that at this moment this function is usable only for docker-container starter, not for JAR-based apps
      • awaitForAllStarted

        public void awaitForAllStarted()
      • awaitForAllStopped

        public void awaitForAllStopped()
        Note that at this moment this function is usable only for docker-container starter, not for JAR-based apps
      • shutdown

        public void shutdown()