HiveMindBridge
Classes | Typedefs
IMessageHandler.h File Reference
#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>
Include dependency graph for IMessageHandler.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  IMessageHandler
 

Typedefs

typedef std::unordered_map< std::string, UserCallbackFunctionWrapperCallbackMap
 

Typedef Documentation

◆ CallbackMap

typedef std::unordered_map<std::string, UserCallbackFunctionWrapper> CallbackMap