Public Member Functions | |
def | __init__ |
def | join_rear_link |
def | operation_stats |
def | add_idle_action |
def | operate |
def | accept_back_to_front_ticket |
![]() | |
def | operate |
![]() | |
def | operation_stats |
def | add_idle_action |
![]() | |
def | accept_back_to_front_ticket |
def | join_rear_link |
An implementation of interfaces.FrontLink.
def grpc.framework.base._ends.FrontLink.__init__ | ( | self, | |
work_pool, | |||
transmission_pool, | |||
utility_pool | |||
) |
Constructor. Args: work_pool: A thread pool to be used for executing customer code. transmission_pool: A thread pool to be used for transmitting values to the other side of the operation. utility_pool: A thread pool to be used for utility tasks.
def grpc.framework.base._ends.FrontLink.accept_back_to_front_ticket | ( | self, | |
ticket | |||
) |
See interfaces.End.act for specification.
def grpc.framework.base._ends.FrontLink.add_idle_action | ( | self, | |
action | |||
) |
See interfaces.End.add_idle_action for specification.
def grpc.framework.base._ends.FrontLink.join_rear_link | ( | self, | |
rear_link | |||
) |
See interfaces.ForeLink.join_rear_link for specification.
def grpc.framework.base._ends.FrontLink.operate | ( | self, | |
name, | |||
payload, | |||
complete, | |||
timeout, | |||
subscription, | |||
trace_id | |||
) |
See interfaces.Front.operate for specification.
def grpc.framework.base._ends.FrontLink.operation_stats | ( | self | ) |
See interfaces.End.operation_stats for specification.