Package org.uberfire.commons.lifecycle
Interface PriorityDisposable
-
- All Superinterfaces:
Disposable
public interface PriorityDisposable extends Disposable
The PriorityDisposable interface is used for life-cycle management of resources that requires priority to be disposed.Important Note: Due an issue related to multiple Application Server support, all types that implement this interface needs to register itself on PriorityDisposableRegistry (preferable on constructor).
- See Also:
Disposable,PriorityDisposableRegistry
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intpriority()-
Methods inherited from interface org.uberfire.commons.lifecycle.Disposable
dispose
-
-