Class TestDestination
Test Destination
Implements both Queue and Topic interfaces for testing.
Namespace: Cake\Queue\TestSuite\Transport
Property Summary
-
$name protected
stringDestination name
Method Summary
-
__construct() public
Constructor
-
getDestinationName() public
Get destination name (for compatibility)
-
getQueueName() public
Get queue name
-
getTopicName() public
Get topic name
Method Detail
__construct() ¶ public
__construct(string $name)
Constructor
Parameters
-
string$name Destination name
getDestinationName() ¶ public
getDestinationName(): string
Get destination name (for compatibility)
Returns
string