ReactiveSocketClient such that all ReactiveSocketClient.connect() calls will timeout,
if not completed after the specified timeout.servers.ReactiveSocketClient such that it's availability as returned by
Availability.availability() is adjusted according to the errors received from the client for all
requests.ReactiveSocket implementation will load balance the request across a
pool of children ReactiveSockets.LoadBalancer per socket.ReactiveSocketClient that operates on a cluster of target servers instead of a single
server.ReactiveSocketClient.ClientEventListener for LoadBalancingClientReactiveSocket such that a call to ReactiveSocket.close()
does not cancel all pending requests.ReactiveSocket such that all requests will timeout, if not
completed after the specified timeout.ReactiveSocket created by the client.