decentralized-message-queue
Safe HaskellNone
LanguageHaskell2010

DMQ.Configuration.Topology

Synopsis

Documentation

readTopologyFile :: (FromJSON extraConfig, FromJSON extraFlags) => FilePath -> IO (Either Text (NetworkTopology extraConfig extraFlags)) Source #

Read the NetworkTopology configuration from the specified file.

readTopologyFileOrError :: (FromJSON extraConfig, FromJSON extraFlags) => FilePath -> IO (NetworkTopology extraConfig extraFlags) Source #