Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- tcpConnection :: HostName -> Port -> IO TCPConnection
- sendEvents :: TCPConnection -> Seq Event -> IO ()
- sendMsg :: TCPConnection -> Msg -> IO (Either Msg Msg)
- type TCPConnection = MVar ClientInfo
- type Port = Int
Documentation
tcpConnection :: HostName -> Port -> IO TCPConnection Source #
sendEvents :: TCPConnection -> Seq Event -> IO () Source #
Send a list of Riemann events
Host and Time will be added if they do not exist on the Event
type TCPConnection = MVar ClientInfo Source #