소스 검색

add producer.

master
yangxiaodong 7 년 전
부모
커밋
d2c77c07f5
1개의 변경된 파일2개의 추가작업 그리고 3개의 파일을 삭제
  1. +2
    -3
      src/Cap.Consistency/Producer/IProducerClient.cs

+ 2
- 3
src/Cap.Consistency/Producer/IProducerClient.cs 파일 보기

@@ -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);
}
}

불러오는 중...
취소
저장