| Modifier and Type | Method | 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.ResumeException.ResumeRuntimeException - encapsulates the cause and is thrown
upon encountering a ResumeException exceptionCopyright © 2018. All rights reserved.