using System; using System.Collections.Generic; using System.Text; using System.Threading.Tasks; namespace Pole.ReliableMessage.Abstraction { public interface IReliableEventCallback : IReliableEventCallback { Task Callback(TCallbackParemeter callbackParemeter); } public interface IReliableEventCallback { } }