Class for testing synchronous queue handlers.
Definition at line 11 of file SyncHandler.php.
◆ methodWithBoolParam()
methodWithBoolParam |
( |
|
$param | ) |
|
◆ methodWithMixedParam()
methodWithMixedParam |
( |
|
$param | ) |
|
◆ methodWithStringParam()
methodWithStringParam |
( |
|
$param | ) |
|
- Parameters
-
- Returns
- string
Definition at line 17 of file SyncHandler.php.
19 return 'Processed: ' . $param;
The documentation for this class was generated from the following file:
- vendor/magento/magento2-base/dev/tests/integration/_files/Magento/TestModuleMessageQueueConfiguration/SyncHandler.php