Expand description
Event subscriptions.
Structs§
- AcquireEvent 
- Information about an acquire event.
- CheckinEvent 
- Information about a checkin event.
- CheckoutEvent 
- Information about a checkout event.
- NopEventHandler 
- A HandleEventimplementation which does nothing.
- ReleaseEvent 
- Information about a release event.
- TimeoutEvent 
- Information about a timeout event.
Traits§
- HandleEvent 
- A trait which is provided with information about events in a connection pool.