Interface CloneableContinuable

All Superinterfaces:
Cloneable

public interface CloneableContinuable extends Cloneable
Interface that should be implemented by classes that support cloneable continuations.
Since:
1.0
  • Method Summary

    Modifier and Type
    Method
    Description
    When continuations are resumed, they can be cloned to ensure that their state is properly isolated.