46 void LogDisallowedMethod(
uint32 methodId);
47 void LogCallClientMethod(
char const* methodName,
char const* inputTypeName, google::protobuf::Message
const* request);
48 void LogCallServerMethod(
char const* methodName,
char const* inputTypeName, google::protobuf::Message
const* request);
49 void LogUnimplementedServerMethod(
char const* methodName, google::protobuf::Message
const* request);
50 void LogInvalidMethod(
uint32 methodId);
51 void LogFailedParsingRequest(
char const* methodName);
56 std::function<void(
ServiceBase*,
uint32, ::google::protobuf::Message
const*)> CreateServerContinuation(
uint32 token,
uint32 methodId,
char const* methodName, google::protobuf::Descriptor
const* outputDescriptor);