Commit 6f972976 authored by yangxiaodong's avatar yangxiaodong

refactor.

parent bd3c9772
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Text;
using Cap.Consistency.Abstractions;
namespace Cap.Consistency.Consumer
{
public interface ITaskSchedule
{
void Start(IReadOnlyList<ConsumerExecutorDescriptor> methods);
void Stop();
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment