]> git.mxchange.org Git - hub.git/blobdiff - application/hub/interfaces/discovery/class_DiscoverableRecipient.php
'hub' project continued:
[hub.git] / application / hub / interfaces / discovery / class_DiscoverableRecipient.php
index 20189ad6fdd9170086427c53f3532bb8f46407f4..2730741d08000a7c0d7df8a0e660e26ec0677422 100644 (file)
@@ -30,6 +30,14 @@ interface DiscoverableRecipient extends FrameworkInterface {
         */
        function discoverRecipients (array $packageData);
 
+       /**
+        * Tries to discover all recipients by given decoded package data.
+        *
+        * @param       $decodedData    Decoded raw package data array
+        * @return      void
+        */
+       function discoverDecodedRecipients (array $decodedData);
+
        /**
         * "Getter" for recipient iterator
         *