This website works better with JavaScript.
Home
Explore
Help
Sign In
ayan.poddar
/
eShopOnContainers
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
19
Wiki
Activity
Browse Source
add a call in constructor
pull/1698/head
zedy
3 years ago
parent
e960be43bb
commit
ea5f9f682a
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/BuildingBlocks/EventBus/EventBusServiceBus/EventBusServiceBus.cs
+ 1
- 0
src/BuildingBlocks/EventBus/EventBusServiceBus/EventBusServiceBus.cs
View File
@ -37,6 +37,7 @@ namespace Microsoft.eShopOnContainers.BuildingBlocks.EventBusServiceBus
RemoveDefaultRule
(
)
;
RegisterSubscriptionClientMessageHandlerAsync
(
)
.
GetAwaiter
(
)
.
GetResult
(
)
;
Dispose
(
)
;
}
public
void
Publish
(
IntegrationEvent
@event
)
Write
Preview
Loading…
Cancel
Save