hriemann-0.2.1.0: Initial project template from stack

Safe HaskellNone
LanguageHaskell2010

Network.Monitoring.Riemann.Client

Synopsis

Documentation

class Client a where Source #

A Client is able to send Events to Riemann

Minimal complete definition

sendEvent, close

Methods

sendEvent :: a -> Event -> IO () Source #

close :: a -> IO () Source #