C++ Actor Framework 0.19
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Friends | List of all members
caf::net::actor_shell Class Reference

Enables socket managers to communicate with actors using dynamically typed messaging. More...

#include <actor_shell.hpp>

Inheritance diagram for caf::net::actor_shell:
caf::dynamically_typed_actor_base

Public Types

using super = extend< abstract_actor_shell, actor_shell >::with< mixin::sender, mixin::requester >
 
using signatures = none_t
 
using behavior_type = behavior
 

Public Member Functions

 actor_shell (actor_config &cfg, async::execution_context_ptr loop)
 
template<class... Fs>
void set_behavior (Fs... fs)
 Overrides the callbacks for incoming messages.
 
const char * name () const override
 

Friends

class actor_shell_ptr
 

Detailed Description

Enables socket managers to communicate with actors using dynamically typed messaging.


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