Ejemplo n.º 1
0
 public virtual global::System.Threading.Tasks.Task handleStreamedOut(global::Cloudstate.Function.FunctionCommand request, grpc::IServerStreamWriter <global::Cloudstate.Function.FunctionReply> responseStream, grpc::ServerCallContext context)
 {
     throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
 }
Ejemplo n.º 2
0
 public virtual global::System.Threading.Tasks.Task <global::Cloudstate.Function.FunctionReply> handleUnary(global::Cloudstate.Function.FunctionCommand request, grpc::ServerCallContext context)
 {
     throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
 }
Ejemplo n.º 3
0
 public virtual grpc::AsyncServerStreamingCall <global::Cloudstate.Function.FunctionReply> handleStreamedOut(global::Cloudstate.Function.FunctionCommand request, grpc::CallOptions options)
 {
     return(CallInvoker.AsyncServerStreamingCall(__Method_handleStreamedOut, null, options, request));
 }
Ejemplo n.º 4
0
 public virtual grpc::AsyncServerStreamingCall <global::Cloudstate.Function.FunctionReply> handleStreamedOut(global::Cloudstate.Function.FunctionCommand request, grpc::Metadata headers = null, global::System.DateTime?deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
 {
     return(handleStreamedOut(request, new grpc::CallOptions(headers, deadline, cancellationToken)));
 }
Ejemplo n.º 5
0
 public virtual grpc::AsyncUnaryCall <global::Cloudstate.Function.FunctionReply> handleUnaryAsync(global::Cloudstate.Function.FunctionCommand request, grpc::CallOptions options)
 {
     return(CallInvoker.AsyncUnaryCall(__Method_handleUnary, null, options, request));
 }
Ejemplo n.º 6
0
 public virtual global::Cloudstate.Function.FunctionReply handleUnary(global::Cloudstate.Function.FunctionCommand request, grpc::CallOptions options)
 {
     return(CallInvoker.BlockingUnaryCall(__Method_handleUnary, null, options, request));
 }