Uploaded image for project: 'Forge'
  1. Forge
  2. FORGE-1756

Furnace.startAsync() should return a Future that can be used to block until the container has started.

    XMLWordPrintable

Details

    • Feature Request
    • Resolution: Done
    • Major
    • 2.5.0.Final
    • 2.4.1.Final
    • Furnace (Container)
    • None

    Description

       
          @Override
      -   public Furnace startAsync()
      +   public Future<Void> startAsync()
          {
             return startAsync(Thread.currentThread().getContextClassLoader());
          }
       
      

      Attachments

        Activity

          People

            lincolnthree Lincoln Baxter III (Inactive)
            lincolnthree Lincoln Baxter III (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: