gRPC  0.6.0
 All Classes Namespaces Functions Variables Enumerations Properties Pages
Public Member Functions | List of all members
grpc.framework.base.interfaces.Front Class Reference
Inheritance diagram for grpc.framework.base.interfaces.Front:
grpc.framework.base.interfaces.End grpc.framework.base.interfaces.FrontLink grpc.framework.base._ends.FrontLink

Public Member Functions

def operate
 
- Public Member Functions inherited from grpc.framework.base.interfaces.End
def operation_stats
 
def add_idle_action
 

Detailed Description

Clientish objects that afford the invocation of operations.

Member Function Documentation

def grpc.framework.base.interfaces.Front.operate (   self,
  name,
  payload,
  complete,
  timeout,
  subscription,
  trace_id 
)
Commences an operation.

Args:
  name: The name of the method invoked for the operation.
  payload: An initial payload for the operation. May be None.
  complete: A boolean indicating whether or not additional payloads to be
sent to the servicer may be supplied after this call.
  timeout: A length of time in seconds to allow for the operation.
  subscription: A ServicedSubscription for the operation.
  trace_id: A uuid.UUID identifying a set of related operations to which
this operation belongs.

Returns:
  An Operation object affording information and action about the operation
in progress.

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