simplexmq-6.5.0.16: SimpleXMQ message broker
Safe HaskellNone
LanguageHaskell2010

Simplex.Messaging.Client.Agent

Documentation

type OwnServer = Bool Source #

newSMPClientAgent :: forall (p :: Party). SParty p -> SMPClientAgentConfig -> TVar ChaChaDRG -> IO (SMPClientAgent p) Source #

closeSMPClientAgent :: forall (p :: Party). SMPClientAgent p -> IO () Source #

activeClientSession' :: forall (p :: Party). SMPClientAgent p -> SessionId -> SMPServer -> STM Bool Source #

removeActiveSub :: forall (p :: Party). SMPClientAgent p -> SMPServer -> QueueId -> STM () Source #

removeActiveSubs :: forall (p :: Party). SMPClientAgent p -> SMPServer -> [QueueId] -> STM () Source #

removePendingSub :: forall (p :: Party). SMPClientAgent p -> SMPServer -> QueueId -> STM () Source #

removePendingSubs :: forall (p :: Party). SMPClientAgent p -> SMPServer -> [QueueId] -> STM () Source #