icingaweb2/library/Icinga/Protocol/Commandpipe/Transport/Transport.php

9 lines
171 B
PHP
Raw Normal View History

<?php
namespace Icinga\Protocol\Commandpipe\Transport;
interface Transport
{
public function setEndpoint(\Zend_Config $config);
public function send($message);
}