OpenQuizz
Une application de gestion des contenus pédagogiques
ConnectionCheckedInEvent Class Reference
Inheritance diagram for ConnectionCheckedInEvent:
Collaboration diagram for ConnectionCheckedInEvent:

Additional Inherited Members

- Public Member Functions inherited from _ConnectionEvent
def __init__ (self, address, connection_id)
 
def address (self)
 
def connection_id (self)
 
def __repr__ (self)
 

Detailed Description

Published when the driver checks in a Connection into the Pool.

:Parameters:
 - `address`: The address (host, port) pair of the server this
   Connection is attempting to connect to.
 - `connection_id`: The integer ID of the Connection in this Pool.

.. versionadded:: 3.9

The documentation for this class was generated from the following file: