Skip to content

Commit

Permalink
[Event Hubs] Update getHubRuntimeInformation() and `getPartitionInf…
Browse files Browse the repository at this point in the history
…ormation()` methods name in README (#4428)
  • Loading branch information
ShivangiReja authored Jul 25, 2019
1 parent 0dbe4e4 commit 4dc5034
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdk/eventhub/event-hubs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,8 @@ Most likely the associated connection string will not have send claims. Hence ge

```javascript
const client = await EventHubClient.createFromIotHubConnectionString("connectionString");
await client.getHubRuntimeInformation();
await client.getPartitionInformation("partitionId");
await client.getProperties();
await client.getPartitionProperties("partitionId");
```

**Notes:** For scalable and efficient receiving, please take a look at [azure-event-processor-host](https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/eventhub/event-processor-host). The Event Processor host, internally uses the streaming receiver to receive events.
Expand Down

0 comments on commit 4dc5034

Please sign in to comment.