public interface ChannelErrorHandler
Networking processes events.
 For example if a connection is making use of the Channel, the Connection
 could close itself when an error was encountered.| Modifier and Type | Method and Description | 
|---|---|
void | 
onError(Channel channel,
       Throwable error)
Called when an error was detected. 
 | 
Copyright © 2020 Hazelcast, Inc.. All Rights Reserved.