namespace Tiobon.Core.EventBus; /// /// 动态集成事件处理程序 /// 接口 /// public interface IDynamicIntegrationEventHandler { Task Handle(dynamic eventData); }