Interface ContainerGroup

All Superinterfaces:
AutoCloseable, Closeable
All Known Subinterfaces:
ModuleContainerGroup, OutputContainerGroup, PackageContainerGroup

@API(since="0.0.1", status=STABLE) public interface ContainerGroup extends Closeable
Base container group interface.

Closing an implementation of this interface will free up any internal resources that have been opened. Resources passed to the implementation in an already-open state will not be closed.

Since:
0.0.1
Author:
Ashley Scopes