We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d2b11a commit d959029Copy full SHA for d959029
src/main/java/com/microsoft/azure/functions/annotation/ServiceBusTopicOutput.java
@@ -59,9 +59,11 @@
59
/**
60
* Defines the subscription name of the Service Bus topic to which to write.
61
*
62
+ * @deprecated This is not required to send messages to a topic
63
+ *
64
* @return The Service Bus topic subscription name string.
65
*/
- String subscriptionName();
66
+ String subscriptionName() default "";
67
68
69
* Defines the app setting name that contains the Service Bus connection string.
0 commit comments