Package com.atlassian.bamboo.expirables
Interface Expirable
-
- All Known Implementing Classes:
ExpirableResettableLazyCloseableReference,ExpirableResettableLazyReference
public interface ExpirableClasses relying on Bamboo expiration mechanismsExpiryHandlershould implement it. When this method is called, the object should perform resource cleanup (flush/close handles/connections, release memory that can be released etc). It does not mean that the object will be garbage collected, it may still be strongly reachable and accessed again, depending on your use case.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexpire()
-