Azure / azure-functions-java-library

Contains annotations for writing Azure Functions in Java
MIT License
43 stars 43 forks source link

Configurable queue/topic/subscription ServicebusTrigger #195

Open rodrigolopes opened 1 year ago

rodrigolopes commented 1 year ago

can you please make possible to provide configuration values for queue name in the ServiceBusQueueTrigger and topic name and subscription in the ServiceBusTopicTrigger ? Currently they have to be hardcoded