Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
CAP
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tsai
CAP
Commits
0b71a2f9
Commit
0b71a2f9
authored
Jul 18, 2017
by
yangxiaodong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
refactor.
parent
af4b8e1a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
3 deletions
+0
-3
KafkaConsumerClient.cs
src/DotNetCore.CAP.Kafka/KafkaConsumerClient.cs
+0
-1
RabbitMQConsumerClient.cs
src/DotNetCore.CAP.RabbitMQ/RabbitMQConsumerClient.cs
+0
-1
QueueExecutorFactory.cs
src/DotNetCore.CAP/QueueExecutorFactory.cs
+0
-1
No files found.
src/DotNetCore.CAP.Kafka/KafkaConsumerClient.cs
View file @
0b71a2f9
...
...
@@ -3,7 +3,6 @@ using System.Text;
using
System.Threading
;
using
Confluent.Kafka
;
using
Confluent.Kafka.Serialization
;
using
DotNetCore.CAP.Infrastructure
;
namespace
DotNetCore.CAP.Kafka
{
...
...
src/DotNetCore.CAP.RabbitMQ/RabbitMQConsumerClient.cs
View file @
0b71a2f9
...
...
@@ -2,7 +2,6 @@
using
System.Text
;
using
System.Threading
;
using
System.Threading.Tasks
;
using
DotNetCore.CAP.Infrastructure
;
using
RabbitMQ.Client
;
using
RabbitMQ.Client.Events
;
...
...
src/DotNetCore.CAP/QueueExecutorFactory.cs
View file @
0b71a2f9
using
System
;
using
System.Linq
;
using
System.Reflection
;
using
DotNetCore.CAP.Models
;
using
Microsoft.Extensions.DependencyInjection
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment