Public Member Functions | |
def | accept_front_to_back_ticket |
def | join_fore_link |
Accepts front-to-back tickets and emits back-to-front tickets.
def grpc.framework.base.interfaces.RearLink.accept_front_to_back_ticket | ( | self, | |
ticket | |||
) |
Accepts a FrontToBackTicket. Args: ticket: Any FrontToBackTicket.
def grpc.framework.base.interfaces.RearLink.join_fore_link | ( | self, | |
fore_link | |||
) |
Mates this object with a peer with which it will exchange tickets.