SAREhub/php_component_worker

View on GitHub
src/SAREhub/Component/Worker/Command/CommandInputServiceFactory.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace SAREhub\Component\Worker\Command;


interface CommandInputServiceFactory {
    
    public function createCommandInput();
    
    public function createCommandReplyOutput();
}