Skip to content
This repository was archived by the owner on Feb 15, 2023. It is now read-only.

Commit 62f3ba0

Browse files
authored
Merge pull request #120 from christianfosli/docs-lifetimes
docs: Update README with lifetimes of IPublisher and ISender
2 parents f474a4a + fe05ad7 commit 62f3ba0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ services.AddMediatR(typeof(Startup).GetTypeInfo().Assembly);
2020
This registers:
2121

2222
- `IMediator` as transient
23+
- `ISender` as transient
24+
- `IPublisher` as transient
2325
- `IRequestHandler<>` concrete implementations as transient
2426
- `INotificationHandler<>` concrete implementations as transient
2527
- `IStreamRequestHandler<>` concrete implementations as transient

0 commit comments

Comments
 (0)