* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-interface DiscoverableRecipient extends FrameworkInterface {
+interface DiscoverableRecipient extends FrameworkInterface, IteratorAggregate {
/**
* Tries to discover all recipients for given package data
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-class PackageRecipientDiscovery extends BaseHubDiscovery implements DiscoverableRecipient, Registerable {
+class PackageRecipientDiscovery extends BaseHubDiscovery implements DiscoverableRecipient, Registerable, IteratorAggregate {
/**
* Protected constructor
*