HiveMindBridge
|
#include "InboundRequestHandle.h"
#include "hivemind-bridge/InboundResponseHandle.h"
#include "hivemind-bridge/UserCallbackFunctionWrapper.h"
#include <optional>
#include <pheromones/FunctionCallArgumentDTO.h>
#include <pheromones/FunctionCallRequestDTO.h>
#include <pheromones/FunctionCallResponseDTO.h>
#include <pheromones/MessageDTO.h>
#include <pheromones/RequestDTO.h>
#include <variant>
Go to the source code of this file.
Classes | |
class | IMessageHandler |
Typedefs | |
typedef std::unordered_map< std::string, UserCallbackFunctionWrapper > | CallbackMap |
typedef std::unordered_map<std::string, UserCallbackFunctionWrapper> CallbackMap |