Package org.machanism.machai.gw.tools
Interface CommandFunctionTools.ErrorConsumer
- Enclosing class:
- CommandFunctionTools
private static interface CommandFunctionTools.ErrorConsumer
Functional interface used for handling stream read failures.
-
Method Summary
-
Method Details
-
accept
Called when anIOExceptionoccurs while reading a stream.- Parameters:
e- exception
-