Package com.atlassian.bamboo.expirables
Interface Expirable
-
- All Known Implementing Classes:
ExpirableResettableLazyCloseableReference
,ExpirableResettableLazyReference
public interface Expirable
Classes relying on Bamboo expiration mechanismsExpiryHandler
should 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 void
expire()
-