Interface ArtifactLauncher.InitContext.DevServicesLaunchResult

All Superinterfaces:
AutoCloseable
Enclosing interface:
ArtifactLauncher.InitContext

public static interface ArtifactLauncher.InitContext.DevServicesLaunchResult extends AutoCloseable
  • Method Details

    • properties

      Map<String,String> properties()
    • networkId

      String networkId()
    • manageNetwork

      boolean manageNetwork()
    • getCuratedApplication

      io.quarkus.bootstrap.app.CuratedApplication getCuratedApplication()
    • close

      void close()
      Specified by:
      close in interface AutoCloseable