Interface Resumable.UncheckedResumable

All Superinterfaces:
Resumable
All Known Subinterfaces:
LifecycleComponent.UncheckedLifecycleComponent
Enclosing interface:
Resumable

public static interface Resumable.UncheckedResumable extends Resumable
See Resumable without any checked exception being declared.
  • Method Details

    • resume

      void resume()
      Resumes the component. Same as Resumable.resume() without any checked exception being declared.
      Specified by:
      resume in interface Resumable