Public Member Functions | |
def | __init__ |
def | abort_if_abortive |
def | receive |
def | reception_failure |
![]() | |
def | abort_if_abortive |
def | receive |
def | reception_failure |
Ticket-handling specific to the front side of an operation.
def grpc.framework.base._reception._FrontReceiver.__init__ | ( | self, | |
termination_manager, | |||
transmission_manager, | |||
ingestion_manager, | |||
expiration_manager | |||
) |
Constructor. Args: termination_manager: The operation's _interfaces.TerminationManager. transmission_manager: The operation's _interfaces.TransmissionManager. ingestion_manager: The operation's _interfaces.IngestionManager. expiration_manager: The operation's _interfaces.ExpirationManager.
def grpc.framework.base._reception._FrontReceiver.abort_if_abortive | ( | self, | |
ticket | |||
) |
See _Receiver.abort_if_abortive for specification.
def grpc.framework.base._reception._FrontReceiver.receive | ( | self, | |
ticket | |||
) |
See _Receiver.receive for specification.
def grpc.framework.base._reception._FrontReceiver.reception_failure | ( | self | ) |
See _Receiver.reception_failure for specification.