Page Speed Optimization Libraries  1.13.35.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
net_instaweb::ScheduleRewriteRpcContext Class Reference

#include "schedule_rewrite_rpc_context.h"

Inheritance diagram for net_instaweb::ScheduleRewriteRpcContext:
net_instaweb::ScheduleRewriteContext

Public Member Functions

 ScheduleRewriteRpcContext (grpc::CentralControllerRpcService::StubInterface *stub,::grpc::CompletionQueue *queue, ThreadSystem *thread_system, MessageHandler *handler, ScheduleRewriteCallback *callback)
 
void MarkSucceeded () override
 
void MarkFailed () override
 

Detailed Description

ScheduleRewriteContext implementation for use with gRPC. All of the interesting code is in ScheduleRewriteRequestResultRpcClient (in the .cc file), this is just a wrapper to adapt it onto ScheduleRewriteContext.

Member Function Documentation

void net_instaweb::ScheduleRewriteRpcContext::MarkSucceeded ( )
overridevirtual

Mark the rewrite operation as complete. MarkSucceeded will be automatically invoked at destruction if neither is explicitly called.

Implements net_instaweb::ScheduleRewriteContext.


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