Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,11 @@
/**
* Defines the subscription name of the Service Bus topic to which to write.
*
* @deprecated This is not required to send messages to a topic
*
* @return The Service Bus topic subscription name string.
*/
String subscriptionName();
String subscriptionName() default "";

/**
* Defines the app setting name that contains the Service Bus connection string.
Expand Down