gRPC  0.6.0
 All Classes Namespaces Functions Variables Enumerations Properties Pages
Public Member Functions | List of all members
grpc.framework.base._interfaces.TransmissionManager Class Reference
Inheritance diagram for grpc.framework.base._interfaces.TransmissionManager:
grpc.framework.base._transmission.TransmissionManager grpc.framework.base._transmission._EmptyTransmissionManager grpc.framework.base._transmission._TransmittingTransmissionManager

Public Member Functions

def inmit
 
def abort
 

Detailed Description

A manager responsible for transmitting to the other end of an operation.

Member Function Documentation

def grpc.framework.base._interfaces.TransmissionManager.abort (   self,
  outcome 
)
Indicates that the operation has aborted for the indicated reason.

Args:
  outcome: An interfaces.Outcome indicating operation abortion.
def grpc.framework.base._interfaces.TransmissionManager.inmit (   self,
  emission,
  complete 
)
Accepts a value for transmission to the other end of the operation.

Args:
  emission: A value of some significance to the customer to be transmitted
to the other end of the operation. May be None only if complete is True.
  complete: A boolean that if True indicates that customer code has emitted
all values it intends to emit.

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