Interface StageBundleFactory

  • All Superinterfaces:
    java.lang.AutoCloseable

    public interface StageBundleFactory
    extends java.lang.AutoCloseable
    A bundle factory scoped to a particular ExecutableStage, which has all of the resources it needs to provide new RemoteBundles.

    Closing a StageBundleFactory signals that the stage has completed and any resources bound to its lifetime can be cleaned up.