Public Member Functions | |
def | operation_stats |
def | add_idle_action |
Common type for entry-point objects on both sides of an operation.
def grpc.framework.base.interfaces.End.add_idle_action | ( | self, | |
action | |||
) |
Adds an action to be called when this End has no ongoing operations. Args: action: A callable that accepts no arguments.
def grpc.framework.base.interfaces.End.operation_stats | ( | self | ) |
Reports the number of terminated operations broken down by outcome. Returns: A dictionary from Outcome value to an integer identifying the number of operations that terminated with that outcome.