Interface TaskActions
- All Known Implementing Classes:
NoOpTaskActions,Task
public interface TaskActions
Actions which can be performed on a
Task.-
Method Summary
Modifier and TypeMethodDescriptionvoidfailExternally(Throwable cause) Fail the owning task with the given throwable.
-
Method Details
-
failExternally
Fail the owning task with the given throwable.- Parameters:
cause- of the failure
-