Package io.reactivex.netty.client

Examples of io.reactivex.netty.client.TrackableMetricEventsListener


                        .withMaxConnections(maxConnections)
                        .withIdleConnectionsTimeoutMillis(idleTimeout)
                        .config(clientConfig)
                        .enableWireLogging(LogLevel.DEBUG)
                        .pipelineConfigurator(configurator).build();
        stateChangeListener = new TrackableMetricEventsListener();
        client.subscribe(stateChangeListener);
        stats = new PoolStats();
        client.subscribe(stats);
        return client;
    }
View Full Code Here

TOP

Related Classes of io.reactivex.netty.client.TrackableMetricEventsListener

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.