Interface for discoverable services. More...
#include <Discoverable.h>
Public Member Functions | |
virtual void | DescribeService (data::discovery::Response &descriptor)=0 |
Add descriptors for the service to the discovery descriptor. More... | |
Interface for discoverable services.
Definition at line 12 of file Discoverable.h.
|
pure virtual |
Add descriptors for the service to the discovery descriptor.
descriptor | The proposed response to load the description into |
Implemented in swarmio::services::telemetry::Service, swarmio::services::keyvalue::Service, swarmio::services::event::Service, and swarmio::services::ping::Service.