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
cleanup code.
master
yangxiaodong
7 years ago
parent
819c4465ae
commit
228495568d
2 changed files
with
4 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
src/DotNetCore.CAP.Kafka/CAP.SubscribeAttribute.cs
+2
-1
src/DotNetCore.CAP.RabbitMQ/CAP.SubscribeAttribute.cs
src/DotNetCore.CAP.Kafka/CapSubscribeAttribute.cs → src/DotNetCore.CAP.Kafka/CAP.SubscribeAttribute.cs
View File
@@ -1,6 +1,7 @@
using DotNetCore.CAP.Abstractions;
namespace DotNetCore.CAP.Kafka
// ReSharper disable once CheckNamespace
namespace DotNetCore.CAP
{
public class CapSubscribeAttribute : TopicAttribute
{
src/DotNetCore.CAP.RabbitMQ/CapSubscribeAttribute.cs → src/DotNetCore.CAP.RabbitMQ/CAP.SubscribeAttribute.cs
View File
@@ -1,6 +1,7 @@
using DotNetCore.CAP.Abstractions;
namespace DotNetCore.CAP.RabbitMQ
// ReSharper disable once CheckNamespace
namespace DotNetCore.CAP
{
public class CapSubscribeAttribute : TopicAttribute
{
Write
Preview
Loading…
Cancel
Save