Mmoreram\RSQueueBundle\Command\Interfaces\RSQueueCommandInterface::define PHP Method

define() public method

All RSqueue commands must implements its own define() method This method will subscribe command to desired queues with their respective methods
public define ( )
    public function define();
RSQueueCommandInterface