Sfoglia il codice sorgente

refactor.

undefined
yangxiaodong 7 anni fa
parent
commit
6f9729769d
1 ha cambiato i file con 0 aggiunte e 15 eliminazioni
  1. +0
    -15
      src/Cap.Consistency/Consumer/ITaskSchedule.cs

+ 0
- 15
src/Cap.Consistency/Consumer/ITaskSchedule.cs Vedi File

@@ -1,15 +0,0 @@
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();
}
}

Caricamento…
Annulla
Salva