Public Member Functions | |
def | accept_back_to_front_ticket |
def | join_rear_link |
Accepts back-to-front tickets and emits front-to-back tickets.
def grpc.framework.base.interfaces.ForeLink.accept_back_to_front_ticket | ( | self, | |
ticket | |||
) |
Accept a BackToFrontTicket. Args: ticket: Any BackToFrontTicket.
def grpc.framework.base.interfaces.ForeLink.join_rear_link | ( | self, | |
rear_link | |||
) |
Mates this object with a peer with which it will exchange tickets.