Public Member Functions | |
def | set_ingestion_and_expiration_managers |
![]() | |
def | inmit |
def | abort |
A _interfaces.TransmissionManager on which other managers may be set.
def grpc.framework.base._transmission.TransmissionManager.set_ingestion_and_expiration_managers | ( | self, | |
ingestion_manager, | |||
expiration_manager | |||
) |
Sets two of the other managers with which this manager may interact. Args: ingestion_manager: The _interfaces.IngestionManager associated with the current operation. expiration_manager: The _interfaces.ExpirationManager associated with the current operation.