Package io.joynr.messaging
Interface FailureAction
-
public interface FailureAction
-
-
Field Summary
Fields Modifier and Type Field Description static FailureActionnoAction
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexecute(Throwable error)
-
-
-
Field Detail
-
noAction
static final FailureAction noAction
-
-
Method Detail
-
execute
void execute(Throwable error)
-
-