Module io.helidon.common.resumable
Package io.helidon.common.resumable
package 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.-
InterfacesClassDescriptionClasses implementing
Resumable
are able to receive notification before suspend and after resume.Allows notification of resumable resources before suspend and after resume.