azure-servicebus-0.1.1.0: Web/WindowsAzure/ServiceBus.hs
module Web.WindowsAzure.ServiceBus (
-- * Servicebus Types
SBInfo (..),
-- | Abstract type representing the service bus context.
SBContext,
-- Broker Properties
BrokerProperties (..),
-- * Initialization
simpleSBInfo,
sbContext ) where
import Web.WindowsAzure.ServiceBus.SBTypes