Package com.atlan.model.core
Interface AtlanCloseable
- All Superinterfaces:
AutoCloseable
- All Known Implementing Classes:
AbstractOffHeapCache
,AssetBatch
,AtlanClient
,OffHeapAssetCache
,ParallelBatch
Interface for closeable resources that can be used in try-with clauses or Kotlin
use clauses. These will log any problems with closing their resources, rather than
throwing exceptions that need to be handled (as generally any left-behind resources will
be cleaned by the containerization in place, anyway).
-
Field Summary
-
Method Summary
-
Field Details
-
log
static final org.slf4j.Logger log
-
-
Method Details
-
close
void close()- Specified by:
close
in interfaceAutoCloseable
-
close
-