Kaynağa Gözat

add producer.

master
yangxiaodong 7 yıl önce
ebeveyn
işleme
d2c77c07f5
1 değiştirilmiş dosya ile 2 ekleme ve 3 silme
  1. +2
    -3
      src/Cap.Consistency/Producer/IProducerClient.cs

+ 2
- 3
src/Cap.Consistency/Producer/IProducerClient.cs Dosyayı Görüntüle

@@ -1,13 +1,12 @@
using System;
using System.Collections.Generic;
using System.Text;
using System.Threading.Tasks;

namespace Cap.Consistency.Producer
{
public interface IProducerClient
{



Task SendAsync(string topic, string content);
}
}

Yükleniyor…
İptal
Kaydet