C++ Actor Framework 1.0.0
|
Responsible for creating proxy actors. More...
#include <proxy_registry.hpp>
Public Member Functions | |
virtual strong_actor_ptr | make_proxy (node_id, actor_id)=0 |
Creates a new proxy instance. | |
virtual void | set_last_hop (node_id *ptr)=0 |
Sets the thread-local last-hop pointer to detect indirect connections. | |
Responsible for creating proxy actors.
|
pure virtual |
Creates a new proxy instance.
Implemented in caf::io::basp_broker.
|
pure virtual |
Sets the thread-local last-hop pointer to detect indirect connections.
Implemented in caf::io::basp_broker.