Interface IgniteThrowableRunner
-
public interface IgniteThrowableRunnerRepresents a throwable runner.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidrun()Execute a body.
-
-
-
Method Detail
-
run
void run() throws IgniteCheckedException
Execute a body.- Throws:
IgniteCheckedException
-
-