Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
coronabytes authored Sep 17, 2024
1 parent 3534f0f commit 7a3d656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ builder.AddServiceMesh(options =>

## Service Interface
- service interfaces/contracts should be placed in abstraction libraries to be shared among your microservices
- only ValueTask and ValueTask<T> and IAsyncEnumerable<T> supported
- only ValueTask and ValueTask\<T\> and IAsyncEnumerable<T> supported
- open generics with optional constraints are supported
```csharp
[ServiceMesh("someservice")]
Expand Down

0 comments on commit 7a3d656

Please sign in to comment.