Clientish objects that afford the invocation of operations.
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:
- src/python/src/grpc/framework/base/interfaces.py