|
CCF
|
#include <endpoint_context.h>
Inherits ccf::endpoints::CommandEndpointContext.
Inherited by ccf::EndpointContextImpl.
Public Member Functions | |
| EndpointContext (const std::shared_ptr< ccf::RpcContext > &r, ccf::kv::Tx &t) | |
Public Member Functions inherited from ccf::endpoints::CommandEndpointContext | |
| virtual | ~CommandEndpointContext ()=default |
| CommandEndpointContext (const std::shared_ptr< ccf::RpcContext > &r) | |
| template<typename T > | |
| const T * | try_get_caller () |
| template<typename T > | |
| const T & | get_caller () |
Public Attributes | |
| ccf::kv::Tx & | tx |
Public Attributes inherited from ccf::endpoints::CommandEndpointContext | |
| std::shared_ptr< ccf::RpcContext > | rpc_ctx |
| std::unique_ptr< AuthnIdentity > | caller |
|
inline |
| ccf::kv::Tx& ccf::endpoints::EndpointContext::tx |