File tree Expand file tree Collapse file tree 4 files changed +5
-9
lines changed
lib/internal/Magento/Framework/MessageQueue/PoisonPill Expand file tree Collapse file tree 4 files changed +5
-9
lines changed Original file line number Diff line number Diff line change 8
8
namespace Magento \Framework \MessageQueue \PoisonPill ;
9
9
10
10
/**
11
- * Interface describes how to describes how to compare poison pill with latest in DB.
12
- *
11
+ * Describes how to compare given version of poison pill with latest in DB.
13
12
*/
14
13
class PoisonPillCompare implements PoisonPillCompareInterface
15
14
{
16
15
/**
17
- * Dumb implementation
16
+ * Stub implementation
18
17
*
19
18
* @todo Will use cache storage after @MC-15997
20
19
*
Original file line number Diff line number Diff line change 8
8
namespace Magento \Framework \MessageQueue \PoisonPill ;
9
9
10
10
/**
11
- * Interface describes how to describes how to compare poison pill with latest in DB.
12
- *
11
+ * Interface describes how to compare given version of poison pill with latest in DB.
13
12
*/
14
13
interface PoisonPillCompareInterface
15
14
{
Original file line number Diff line number Diff line change 7
7
8
8
namespace Magento \Framework \MessageQueue \PoisonPill ;
9
9
10
- use Magento \Framework \MessageQueue \PoisonPill \PoisonPillPutInterface ;
11
-
12
10
/**
13
11
* Command interface describes how to create new version on poison pill.
14
12
*/
@@ -22,7 +20,7 @@ class PoisonPillPut implements PoisonPillPutInterface
22
20
private $ firstVersion = '' ;
23
21
24
22
/**
25
- * Dumb framework implementation.
23
+ * Stub implementation.
26
24
*
27
25
* @todo Will use cache storage after @MC-15997
28
26
*
Original file line number Diff line number Diff line change 13
13
class PoisonPillRead implements PoisonPillReadInterface
14
14
{
15
15
/**
16
- * Returns get latest version of poison pill .
16
+ * Stub implementation .
17
17
*
18
18
* @todo Will use cache storage after @MC-15997
19
19
*
You can’t perform that action at this time.
0 commit comments