#include <service.hpp>
|
template<typename Node > |
| Service (const std::string &service_name, Node &node, const std::chrono::nanoseconds validation_interval=std::chrono::seconds(1)) |
|
auto | operator() (const typename T::Request::SharedPtr &request, std::size_t attempts_count) -> void |
|
◆ Service()
template<typename T >
template<typename Node >
concealer::Service< T >::Service |
( |
const std::string & |
service_name, |
|
|
Node & |
node, |
|
|
const std::chrono::nanoseconds |
validation_interval = std::chrono::seconds(1) |
|
) |
| |
|
inlineexplicit |
◆ operator()()
template<typename T >
auto concealer::Service< T >::operator() |
( |
const typename T::Request::SharedPtr & |
request, |
|
|
std::size_t |
attempts_count |
|
) |
| -> void
|
|
inline |
The documentation for this class was generated from the following file: