Seastar
High performance C++ framework for concurrent servers
Public Member Functions | Public Attributes | List of all members
seastar::rpc::client::reply_handler< Reply, Func > Struct Template Referencefinal

Inherits seastar::rpc::client::reply_handler_base.

Public Member Functions

 reply_handler (Func &&f)
 
virtual void operator() (client &client, id_type msg_id, rcv_buf data) override
 
virtual void timeout () override
 
virtual void cancel () override
 

Public Attributes

Func func
 
Reply reply
 
timer< rpc_clock_typet
 
cancellablepcancel = nullptr
 

The documentation for this struct was generated from the following file: