Interface SdkAutoCloseable

All Superinterfaces:
AutoCloseable
All Known Subinterfaces:
CachedSupplier.PrefetchStrategy
All Known Implementing Classes:
AttributeMap, CachedSupplier, InputStreamSubscriber, Lazy, NonBlocking, OneCallerBlocks

@SdkPublicApi public interface SdkAutoCloseable extends AutoCloseable
An implementation of AutoCloseable that does not throw any checked exceptions. The SDK does not throw checked exceptions in its close() methods, so users of the SDK should not need to handle them.
  • Method Summary

    Modifier and Type
    Method
    Description
    void