- All Known Implementing Classes:
- BaseHikariPool
public interface IBagStateListener
This interface is implemented by a listener to the ConcurrentBag. The
listener will be informed of when the bag has become empty. The usual
course of action by the listener in this case is to attempt to add an
item to the bag.
- Author:
- Brett Wooldridge