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
refactor
master
yangxiaodong
7 years ago
parent
eda2ef1305
commit
8c09fcf51f
2 changed files
with
0 additions
and
25 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-12
src/Cap.Consistency/Routing/ITopicRoute.cs
+0
-13
src/Cap.Consistency/Routing/TopicRouteContext.cs
+ 0
- 12
src/Cap.Consistency/Routing/ITopicRoute.cs
View File
@@ -1,12 +0,0 @@
using System;
using System.Collections.Generic;
using System.Text;
using System.Threading.Tasks;
namespace Cap.Consistency.Routing
{
public interface ITopicRoute
{
Task RouteAsync(TopicRouteContext context);
}
}
+ 0
- 13
src/Cap.Consistency/Routing/TopicRouteContext.cs
View File
@@ -1,13 +0,0 @@
using System;
using System.Collections.Generic;
namespace Cap.Consistency.Routing
{
public class TopicRouteContext
{
public IServiceProvider ServiceProvider { get; set; }
public IList<ITopicRoute> Routes { get; set; }
}
}
Write
Preview
Loading…
Cancel
Save