Package org.redisson.api
Interface RDestroyable
- All Known Subinterfaces:
RDelayedQueue<V>,RDoubleAdder,RLocalCachedMap<K,,V> RLongAdder,RMap<K,,V> RMapCache<K,,V> RMapCacheReactive<K,,V> RMapCacheRx<K,,V> RSetCache<V>,RSetCacheReactive<V>,RSetCacheRx<V>,RTimeSeries<V,L>
- All Known Implementing Classes:
RedissonDelayedQueue,RedissonDoubleAdder,RedissonLocalCachedMap,RedissonLongAdder,RedissonMap,RedissonMapCache,RedissonSetCache,RedissonTimeSeries,RedissonTransactionalLocalCachedMap,RedissonTransactionalMap,RedissonTransactionalMapCache,RedissonTransactionalSetCache
public interface RDestroyable
All objects that implement this interface
should be destroyed via
destroy() method.- Author:
- Nikita Koksharov
-
Method Summary
Modifier and TypeMethodDescriptionvoiddestroy()Destroys object when it's not necessary anymore.
-
Method Details
-
destroy
void destroy()Destroys object when it's not necessary anymore.
-