AppserverIo\Appserver\MessageQueue\QueueWorker::getApplication PHP 메소드

getApplication() 공개 메소드

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