File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
app/code/Magento/WebapiAsync/Model Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 15
15
use Magento \Framework \Exception \LocalizedException ;
16
16
use Magento \Webapi \Model \Config \Converter ;
17
17
18
+ /**
19
+ * Class for accessing to Webapi_Async configuration.
20
+ */
18
21
class Config implements \Magento \AsynchronousOperations \Model \ConfigInterface
19
22
{
20
23
/**
@@ -55,7 +58,7 @@ public function __construct(
55
58
}
56
59
57
60
/**
58
- * { @inheritdoc}
61
+ * @inheritdoc
59
62
*/
60
63
public function getServices ()
61
64
{
@@ -73,7 +76,7 @@ public function getServices()
73
76
}
74
77
75
78
/**
76
- * { @inheritdoc}
79
+ * @inheritdoc
77
80
*/
78
81
public function getTopicName ($ routeUrl , $ httpMethod )
79
82
{
@@ -93,6 +96,10 @@ public function getTopicName($routeUrl, $httpMethod)
93
96
}
94
97
95
98
/**
99
+ * Generate topic data for all defined services
100
+ *
101
+ * Topic data is indexed by a lookup key that is derived from route data
102
+ *
96
103
* @return array
97
104
*/
98
105
private function generateTopicsDataFromWebapiConfig ()
You can’t perform that action at this time.
0 commit comments