Public Attributes | |
std::vector< grpc_passthru_endpoint_channel_action > | actions |
uint64_t | allowed_read_bytes |
uint64_t | allowed_write_bytes |
std::function< void()> | on_complete |
grpc_timer | timer |
Definition at line 45 of file passthru_endpoint.cc.
std::vector<grpc_passthru_endpoint_channel_action> grpc_passthru_endpoint_channel_effects::actions |
Definition at line 49 of file passthru_endpoint.cc.
uint64_t grpc_passthru_endpoint_channel_effects::allowed_read_bytes |
Definition at line 48 of file passthru_endpoint.cc.
uint64_t grpc_passthru_endpoint_channel_effects::allowed_write_bytes |
Definition at line 47 of file passthru_endpoint.cc.
std::function<void()> grpc_passthru_endpoint_channel_effects::on_complete |
Definition at line 50 of file passthru_endpoint.cc.
grpc_timer grpc_passthru_endpoint_channel_effects::timer |
Definition at line 46 of file passthru_endpoint.cc.