A manager responsible for transmitting to the other end of an operation.
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:
- src/python/src/grpc/framework/base/_interfaces.py