| Modifier and Type | Method and Description |
|---|---|
B |
withResume()
Builder method for the
Resumable.resume() method. |
default B |
withResumeUnchecked()
Resumes the component by calling
withResume() without you to
require catching an ResumeException. |
B withResume() throws ResumeException
Resumable.resume() method.ResumeException - Thrown in case resuming fails.default B withResumeUnchecked()
withResume() without you to
require catching an ResumeException.org.refcodes.exception.HiddenException - encapsulates the cause and is thrown upon
encountering a ResumeException exceptionCopyright © 2018. All rights reserved.