[][src]Module cueball::resolver

Structs

BackendAddedMsg

Represents the message that should be sent to the connection pool when a new backend is found.

BackendRemovedMsg

Represents the message that should be sent to the backend when a backend is no longer available.

Enums

BackendAction

Returned from the functions used by the connection pool to add or remove backends based on the receipt of [BackedMsg]](enum.BackendAction.html)s by the pool.

BackendMsg

The types of messages that may be sent to the connection pool. StopMsg is only for use by the connection pool when performing cleanup prior to shutting down.

Traits

Resolver

Cueball backend resolver