Safe Haskell | None |
---|---|
Language | Haskell2010 |
- data SBInfo = SBInfo String ByteString ByteString
- data SBContext
- data BrokerProperties = BrokerProperties {}
- simpleSBInfo :: String -> String -> SBInfo
- sbContext :: SBInfo -> IO SBContext
Servicebus Types
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
Abstract type representing the service bus context.
data BrokerProperties Source
BrokerProperties
Initialization
simpleSBInfo :: String -> String -> SBInfo Source
a convenience function, where issuer name is owner