zmqpp
4.1.2
C++ bindings for 0mq (libzmq)
|
A base ZAP handler object. More...
#include <zap_handler.hpp>
Public Member Functions | |
zap_handler (RequestHandler &handler) | |
Private Member Functions | |
bool | run_zap_handler (zmqpp::socket *pipe) |
Private Attributes | |
RequestHandler & | handler_ |
actor_t | actor_ |
Static Private Attributes | |
static constexpr const char *const | zap_endpoint_ = "inproc://zeromq.zap.01" |
A base ZAP handler object.
The handler use an actor that will run in its own thread, processing requests.
It doesn't process request itself. It uses a template class to delegate the handling call. The templated class shall be a functor.
|
inline |
|
inlineprivate |
|
private |
|
private |
|
staticprivate |