azure-servicebus-0.1.1.0: Haskell wrapper over Microsoft Azure ServiceBus REST API

Safe HaskellNone
LanguageHaskell2010

Web.WindowsAzure.ServiceBus

Contents

Synopsis

Servicebus Types

data SBInfo Source

SBInfo is encapsulation of Connection Information needed to connect to a Service Bus Namespace.

This information is typically found when you click on the Connection Information link on the azure portal and comprises of

  • ServiceBus namespace
  • Issuer Name
  • Issuer Key

Instances

Abstract type representing the service bus context.

data SBContext Source

Abstract type representing the service bus context.

Initialization

simpleSBInfo :: String -> String -> SBInfo Source

a convenience function, where issuer name is owner

sbContext :: SBInfo -> IO SBContext Source

Create SB Context from SBInfo