File PointToPointClient.cpp

namespace faabric
namespace transport

Functions

std::vector<std::pair<std::string, faabric::PointToPointMappings>> getSentMappings()
std::vector<std::pair<std::string, faabric::PointToPointMessage>> getSentPointToPointMessages()
std::vector<std::tuple<std::string, faabric::transport::PointToPointCall, faabric::PointToPointMessage>> getSentLockMessages()
void clearSentMessages()

Variables

static std::mutex mockMutex
static std::vector<std::pair<std::string, faabric::PointToPointMappings>> sentMappings
static std::vector<std::pair<std::string, faabric::PointToPointMessage>> sentMessages
static std::vector<std::tuple<std::string, faabric::transport::PointToPointCall, faabric::PointToPointMessage>> sentLockMessages