public interface Resumable
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Resumable.ResumeAutomaton
The
Resumable.ResumeAutomaton interface defines those methods related to
the resume life-cycle. |
static interface |
Resumable.ResumeBuilder<B extends Resumable.ResumeBuilder<B>>
To enable the
Resumable functionality to be invoked in a builder
chain. |
static interface |
Resumable.UncheckedResumable
See
Resumable without any checked exception being declared. |
| Modifier and Type | Method and Description |
|---|---|
void |
resume()
Resumes the component.
|
void resume()
throws ResumeException
ResumeException - Thrown in case resuming fails.Copyright © 2017. All rights reserved.