GetConnectModuleServiceInterface.php 445 Bytes
<?php


namespace Meibuyu\Micro\Service\Interfaces\Flow;

/**
 * @deprecated 此接口废弃,在之后的版本会被删除
 * 请引入meibuyu/rpc组件,使用Meibuyu\Rpc\Service\Interfaces\Flow\GetConnectModuleServiceInterface
 */
interface GetConnectModuleServiceInterface
{
    /**
     *通过通道名称获取process_id
     * @param string $channel 通道名
     * @return mixed
     */
    public function getConnectModule($channel);
}