Interface ServiceBusProvisioner
-
public interface ServiceBusProvisionerAn interface to provision Service Bus queue resources.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidprovisionQueue(String namespace, String queue)Provision the namespace and queue of the Service Bus.voidprovisionSubscription(String namespace, String topic, String subscription)Provision the namespace and topic of the Service Bus.voidprovisionTopic(String namespace, String topic)Provision the namespace and topic of the Service Bus.
-
-
-
Method Detail
-
provisionQueue
void provisionQueue(String namespace, String queue)
Provision the namespace and queue of the Service Bus.- Parameters:
namespace- the namespace of the Service Bus.queue- the queue of the Service Bus.
-
provisionTopic
void provisionTopic(String namespace, String topic)
Provision the namespace and topic of the Service Bus.- Parameters:
namespace- the namespace of the Service Bus.topic- the topic of the Service Bus.
-
-