simplexmq-6.5.0.16: SimpleXMQ message broker
Safe HaskellSafe-Inferred
LanguageHaskell2010

Simplex.Messaging.Server.MsgStore

Documentation

data MsgLogRecord Source #

Constructors

MLRv3 RecipientId Message 

Instances

Instances details
StrEncoding MsgLogRecord Source # 
Instance details

Defined in Simplex.Messaging.Server.MsgStore

Methods

strEncode :: MsgLogRecord -> ByteString Source #

strDecode :: ByteString -> Either String MsgLogRecord Source #

strP :: Parser MsgLogRecord Source #