Skip to content

Commit

Permalink
Merge pull request #90 from gurustron/patch-1
Browse files Browse the repository at this point in the history
Small typos fixes and improvements
  • Loading branch information
neuecc authored Oct 7, 2022
2 parents edf18c9 + 8a400de commit c395f76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ If an error occurs, it will be propagated to the caller and subsequent subscribe

ISingleton***, IScoped***
---
I(Async)Publisher(Subscriber)'s lifetime is belonging `MessagePipeOptions.InstanceLifetime`. However if declare with `ISingletonPublisher<TMessage>/ISingletonSubscriber<TKey, TMessage>`, `ISingletonAsyncPublisher<TMessage>/ISingletonAsyncSubscriber<TKey, TMessage>` then used singleton lifetime. Also `IScopedPublisher<TMessage>/IScopedSubscriber<TKey, TMessage>`, `IScopedAsyncPublisher<TMessage>/IScopedAsyncSubscriber<TKey, TMessage>` uses scoped lifetime.
I(Async)Publisher(Subscriber)'s lifetime belongs to `MessagePipeOptions.InstanceLifetime`. However if declare with `ISingletonPublisher<TMessage>`/`ISingletonSubscriber<TKey, TMessage>`, `ISingletonAsyncPublisher<TMessage>`/`ISingletonAsyncSubscriber<TKey, TMessage>` then used singleton lifetime. Also `IScopedPublisher<TMessage>`/`IScopedSubscriber<TKey, TMessage>`, `IScopedAsyncPublisher<TMessage>`/`IScopedAsyncSubscriber<TKey, TMessage>` uses scoped lifetime.

Buffered
---
Expand Down Expand Up @@ -1084,7 +1084,7 @@ Configure MessageBroker(publisher/subscriber manager)'s lifetime of DI cotainer.

### RequestHandlerLifetime

Configure IRequestHandler/IAsyncRequestHandler's lifetime of DI cotainer. You can choose `Singleton` or `Scoped` or `Transient`. Default is `Scoped`.
Configure IRequestHandler/IAsyncRequestHandler's lifetime of DI container. You can choose `Singleton` or `Scoped` or `Transient`. Default is `Scoped`.

### EnableAutoRegistration/SetAutoRegistrationSearchAssemblies/SetAutoRegistrationSearchTypes

Expand Down

0 comments on commit c395f76

Please sign in to comment.