-
Notifications
You must be signed in to change notification settings - Fork 345
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Whit Waldo <[email protected]>
- Loading branch information
Showing
4 changed files
with
31 additions
and
0 deletions.
There are no files selected for viewing
17 changes: 17 additions & 0 deletions
17
daprdocs/content/en/dotnet-sdk-docs/dotnet-messaging/_index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
type: docs | ||
title: "Dapr Messaging .NET SDK" | ||
linkTitle: "Messaging" | ||
weight: 60000 | ||
description: Get up and running with the Dapr Messaging .NET SDK | ||
--- | ||
|
||
With the Dapr Messaging package, you can interact with the Dapr messaging APIs from a .NET application. In the | ||
v1.15 release, this package only contains the functionality corresponding to the | ||
[streaming PubSub capability](https://docs.dapr.io/developing-applications/building-blocks/pubsub/howto-publish-subscribe/#subscribe-to-topics). | ||
|
||
Future Dapr .NET SDK releases will migrate existing messaging capabilities out from Dapr.Client to this | ||
Dapr.Messaging package. This will be documented in the release notes, documentation and obsolete attributes in advance. | ||
|
||
To get started, walk through the [Dapr Messaging]({{< ref dotnet-messaging-pubsub-howto.md >}}) how-to guide and | ||
refer to [best practices documentation]({{< ref dotnet-messaging-pubsub-usage.md >}}) for additional guidance. |
Empty file removed
0
daprdocs/content/en/dotnet-sdk-docs/dotnet-messaging/dotnet-messaging-client.md
Empty file.
7 changes: 7 additions & 0 deletions
7
...cs/content/en/dotnet-sdk-docs/dotnet-messaging/dotnet-messaging-pubsub-howto.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
type: docs | ||
title: "How to: Author and manage Dapr streaming subscriptions in the .NET SDK" | ||
linkTitle: "How to: Author & manage streaming subscriptions" | ||
weight: 61000 | ||
description: Learn how to author and manage Dapr streaming subscriptions using the .NET SDK | ||
--- |
7 changes: 7 additions & 0 deletions
7
...cs/content/en/dotnet-sdk-docs/dotnet-messaging/dotnet-messaging-pubsub-usage.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
type: docs | ||
title: "DaprPublishSubscribeClient usage" | ||
linkTitle: "DaprPublishSubscribeClient usage" | ||
weight: 69000 | ||
description: Essential tips and advice for using DaprPublishSubscribeClient | ||
--- |