Interface Resumable.UncheckedResumable

    • Method Detail

      • resume

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