@FunctionalInterface public interface HandleIOException
Modifier and Type | Method and Description |
---|---|
void |
handle(IOException e)
Functional interface to handle exception during read write on TCP connection.
|
void handle(IOException e)
e
- IOException to be raised during I/O operation on connection to StreamManager server