AppserverIo\Appserver\MessageQueue\QueueWorker::getApplication PHP Method

getApplication() public method

Returns the application instance the worker is bound to.
public getApplication ( ) : AppserverIo\Psr\Application\ApplicationInterface
return AppserverIo\Psr\Application\ApplicationInterface The application instance
    public function getApplication()
    {
        return $this->application;
    }