Skip to content

Commit

Permalink
[Event Hubs] Remove @constructor tags (#12927)
Browse files Browse the repository at this point in the history
  • Loading branch information
ramya-rao-a authored Dec 17, 2020
1 parent a60fab3 commit 67f06a6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
6 changes: 0 additions & 6 deletions sdk/eventhub/event-hubs/src/eventHubConsumerClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ export class EventHubConsumerClient {
}

/**
* @constructor
* The `EventHubConsumerClient` class is used to consume events from an Event Hub.
* Use the `options` parmeter to configure retry policy or proxy settings.
* @param consumerGroup The name of the consumer group from which you want to process events.
Expand All @@ -126,7 +125,6 @@ export class EventHubConsumerClient {
options?: EventHubConsumerClientOptions
); // #1
/**
* @constructor
* The `EventHubConsumerClient` class is used to consume events from an Event Hub.
* Use the `options` parmeter to configure retry policy or proxy settings.
* @param consumerGroup The name of the consumer group from which you want to process events.
Expand All @@ -149,7 +147,6 @@ export class EventHubConsumerClient {
options?: EventHubConsumerClientOptions
); // #1.1
/**
* @constructor
* The `EventHubConsumerClient` class is used to consume events from an Event Hub.
* Use the `options` parmeter to configure retry policy or proxy settings.
* @param consumerGroup The name of the consumer group from which you want to process events.
Expand All @@ -170,7 +167,6 @@ export class EventHubConsumerClient {
options?: EventHubConsumerClientOptions
); // #2
/**
* @constructor
* The `EventHubConsumerClient` class is used to consume events from an Event Hub.
* Use the `options` parmeter to configure retry policy or proxy settings.
* @param consumerGroup The name of the consumer group from which you want to process events.
Expand All @@ -195,7 +191,6 @@ export class EventHubConsumerClient {
options?: EventHubConsumerClientOptions
); // #2.1
/**
* @constructor
* The `EventHubConsumerClient` class is used to consume events from an Event Hub.
* Use the `options` parmeter to configure retry policy or proxy settings.
* @param consumerGroup The name of the consumer group from which you want to process events.
Expand All @@ -218,7 +213,6 @@ export class EventHubConsumerClient {
options?: EventHubConsumerClientOptions
); // #3
/**
* @constructor
* The `EventHubConsumerClient` class is used to consume events from an Event Hub.
* Use the `options` parmeter to configure retry policy or proxy settings.
* @param consumerGroup The name of the consumer group from which you want to process events.
Expand Down
3 changes: 0 additions & 3 deletions sdk/eventhub/event-hubs/src/eventHubProducerClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ export class EventHubProducerClient {
}

/**
* @constructor
* The `EventHubProducerClient` class is used to send events to an Event Hub.
* Use the `options` parmeter to configure retry policy or proxy settings.
* @param connectionString - The connection string to use for connecting to the Event Hub instance.
Expand All @@ -83,7 +82,6 @@ export class EventHubProducerClient {
*/
constructor(connectionString: string, options?: EventHubClientOptions);
/**
* @constructor
* The `EventHubProducerClient` class is used to send events to an Event Hub.
* Use the `options` parmeter to configure retry policy or proxy settings.
* @param connectionString - The connection string to use for connecting to the Event Hubs namespace.
Expand All @@ -98,7 +96,6 @@ export class EventHubProducerClient {
*/
constructor(connectionString: string, eventHubName: string, options?: EventHubClientOptions);
/**
* @constructor
* The `EventHubProducerClient` class is used to send events to an Event Hub.
* Use the `options` parmeter to configure retry policy or proxy settings.
* @param fullyQualifiedNamespace - The full namespace which is likely to be similar to
Expand Down

0 comments on commit 67f06a6

Please sign in to comment.