using System; using System.Collections.Generic; using System.Text; namespace Core.RabbitMQBus.Common { /// /// 订阅 /// public interface ISubscribe { } }