public interface ChannelHealthChecker
static final ChannelHealthChecker ACTIVE
Future<Boolean> isHealthy(Channel channel)
Future is notified once
the check is complete. If notified with Boolean.TRUE it can be used Boolean.FALSE otherwise.
This method will be called by the EventLoop of the Channel.Copyright © 2008–2016 The Netty Project. All rights reserved.