public interface SelectionHandler
Modifier and Type | Method and Description |
---|---|
void |
handle()
Called when there are bytes available for reading, or space available to write.
|
void |
onFailure(Throwable throwable)
Is called when the
handle() throws an exception. |
void handle() throws Exception
Exception
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.