Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell98 |
Documentation
newtype InstanceId Source #
newtype PipelineStep Source #
messageIdFromInt :: Integral a => a -> MessageId Source #
stringHandleToText :: AsapoStringHandle -> IO (Maybe Text) Source #
newtype DataSource Source #
timespecToUTC :: TimeSpec -> UTCTime Source #
data SourceCredentials Source #
withCredentials :: SourceCredentials -> (AsapoSourceCredentialsHandle -> IO a) -> IO a Source #
newtype StreamName Source #
Instances
Show StreamName Source # | |
Defined in Asapo.Either.Common showsPrec :: Int -> StreamName -> ShowS # show :: StreamName -> String # showList :: [StreamName] -> ShowS # |
withConstText :: Text -> (ConstCString -> IO a) -> IO a Source #
withConstCString :: String -> (ConstCString -> IO b) -> IO b Source #
nominalDiffToMillis :: Integral a => NominalDiffTime -> a Source #
data StreamInfo Source #
Instances
Show StreamInfo Source # | |
Defined in Asapo.Either.Common showsPrec :: Int -> StreamInfo -> ShowS # show :: StreamInfo -> String # showList :: [StreamInfo] -> ShowS # |