| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell98 |
Asapo.Either.Common
Documentation
data SourceType Source #
Constructors
| RawSource | |
| ProcessedSource |
newtype InstanceId Source #
Constructors
| InstanceId Text |
newtype PipelineStep Source #
Constructors
| PipelineStep Text |
messageIdFromInt :: Integral a => a -> MessageId Source #
stringHandleToText :: AsapoStringHandle -> IO (Maybe Text) Source #
newtype DataSource Source #
Constructors
| DataSource Text |
timespecToUTC :: TimeSpec -> UTCTime Source #
data SourceCredentials Source #
Constructors
| SourceCredentials | |
Fields
| |
withCredentials :: SourceCredentials -> (AsapoSourceCredentialsHandle -> IO a) -> IO a Source #
newtype StreamName Source #
Constructors
| StreamName Text |
Instances
| Show StreamName Source # | |
Defined in Asapo.Either.Common Methods 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 #
Constructors
| StreamInfo | |
Instances
| Show StreamInfo Source # | |
Defined in Asapo.Either.Common Methods showsPrec :: Int -> StreamInfo -> ShowS # show :: StreamInfo -> String # showList :: [StreamInfo] -> ShowS # | |