// Copyright Fuzamei Corp. 2018 All Rights Reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package client /* 封装模块间通过queue消息队列进行交互的调用,将其抽象成对应的接口QueueProtocolAPI 简化外部调用模块间通信的处理,并屏蔽对细节的感知 */