Module io.helidon.common.resumable
module io.helidon.common.resumable
Helidon Common Resumable,
allows notification of resumable resources before suspend and after resume.
Instances of classes implementing
Resumable
and registered with
ResumableSupport.get().register(resumableResource)
are notified
before suspend and after resume by underlying resumable implementation.