Interface ServiceBusProvisioner


public interface ServiceBusProvisioner
An interface to provision Service Bus queue resources.
  • Method Details

    • 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.
    • provisionSubscription

      void provisionSubscription(String namespace, String topic, String subscription)
      Provision the namespace and topic of the Service Bus.
      Parameters:
      namespace - the namespace of the Service Bus.
      topic - the topic of the Service Bus.
      subscription - the subscription of the topic.