actor-framework
Public Member Functions | List of all members
caf::proxy_registry::backend Class Referenceabstract

Responsible for creating proxy actors. More...

#include <proxy_registry.hpp>

Inheritance diagram for caf::proxy_registry::backend:
Inheritance graph
[legend]

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.
 

Detailed Description

Responsible for creating proxy actors.


The documentation for this class was generated from the following files: