GetConnectModuleServiceInterface.php 271 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
<?php


namespace Meibuyu\Micro\Service\Interfaces\Flow;


interface GetConnectModuleServiceInterface
{
    /**
     *通过通道名称获取process_id
     * @param string $channel 通道名
     * @return mixed
     */
    public function getConnectModule($channel);
}