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
ab039576
Commit
ab039576
authored
Jul 03, 2017
by
叶礼飞
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
modify readme.md English version
modify readme.md English version
parent
e3734620
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
README.md
README.md
+4
-4
No files found.
README.md
View file @
ab039576
...
@@ -68,7 +68,7 @@ public void Configure(IApplicationBuilder app)
...
@@ -68,7 +68,7 @@ public void Configure(IApplicationBuilder app)
```
```
### Publish
ing
### Publish
Inject
`ICapProducerService`
in your Controller, then use the
`ICapProducerService`
to send message
Inject
`ICapProducerService`
in your Controller, then use the
`ICapProducerService`
to send message
...
@@ -95,7 +95,7 @@ public class PublishController : Controller
...
@@ -95,7 +95,7 @@ public class PublishController : Controller
```
```
### Subscrib
ing
### Subscrib
e
**Action Method**
**Action Method**
...
@@ -128,7 +128,7 @@ public class PublishController : Controller
...
@@ -128,7 +128,7 @@ public class PublishController : Controller
**Service Method**
**Service Method**
If your subscrib
ing
method is not in the Controller,then your subscribe class need to Inheritance
`IConsumerService`
:
If your subscrib
e
method is not in the Controller,then your subscribe class need to Inheritance
`IConsumerService`
:
```
cs
```
cs
...
...
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