This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Compoment
/
BPA.CAP
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Revert "Revert """
This reverts commit
cb7da9ab1f
.
master
yangxiaodong
8 years ago
parent
cb7da9ab1f
commit
bebb4f2c5a
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/Cap.Consistency.Server/IConsumer.cs
+ 1
- 1
src/Cap.Consistency.Server/IConsumer.cs
View File
@@ -5,7 +5,7 @@ namespace Cap.Consistency.Server
{
{
public interface IConsumer : IDisposable
public interface IConsumer : IDisposable
{
{
void Start();
void Start();
void Start(int count);
void Start(int count);
Write
Preview
Loading…
Cancel
Save