public interface ChannelErrorHandler
EventLoopGroup
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 cause)
Called when an error happened.
|
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.