Interface ResourceGroupManager<C>

  • All Known Implementing Classes:
    InternalResourceGroupManager, NoOpResourceGroupManager

    @ThreadSafe
    public interface ResourceGroupManager<C>
    Classes implementing this interface must be thread safe. That is, all the methods listed below may be called concurrently from any thread.