discovery/Observer.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <swarmio/Node.h>
4 #include <swarmio/data/discovery/Response.pb.h>
5 
7 {
12  class SWARMIO_API Observer
13  {
14  public:
15 
23  virtual void CachedDiscoveryResponseWasUpdated(const Node* node, const data::discovery::Response& response) = 0;
24  };
25 }
Interface for discovery observers.
Represents a Node the Endpoint knows about and can send messages to.


swarmros
Author(s):
autogenerated on Fri Apr 3 2020 03:42:48