SOLA
Loading...
Searching...
No Matches
Public Member Functions | List of all members
minhton::MessageSearchExactFailure Class Reference

More...

#include <search_exact_failure.h>

Inheritance diagram for minhton::MessageSearchExactFailure:
minhton::MinhtonMessage< MessageSearchExactFailure >

Public Member Functions

 MessageSearchExactFailure (MinhtonMessageHeader header, NodeInfo destination_node, std::shared_ptr< MessageSEVariant > query)
 
minhton::NodeInfo getDestinationNode () const
 
std::shared_ptr< MessageSEVariant > getQuery () const
 
 SERIALIZE (header_, destination_node_, query_)
 
- Public Member Functions inherited from minhton::MinhtonMessage< MessageSearchExactFailure >
MinhtonMessageHeader getHeader () const
 
NodeInfo getSender () const
 
NodeInfo getTarget () const
 
void setTarget (NodeInfo new_target)
 
MessageSearchExactFailure getFullMessage () const
 

Detailed Description

Constructor & Destructor Documentation

◆ MessageSearchExactFailure()

minhton::MessageSearchExactFailure::MessageSearchExactFailure ( MinhtonMessageHeader  header,
NodeInfo  destination_node,
std::shared_ptr< MessageSEVariant >  query 
)
Parameters
destination_nodeThe destination node of the message. (This is not the target node. The target is only the node the message gets forwarded to.)
queryAnother internal message of any other message type which the inital sender wants to send to the destination_node. Within the query message, the sender is the inital sender and the target the destination_node.

The documentation for this class was generated from the following files: