Interface AutoCloseableAsync

    • Method Detail

      • closeAsync

        CompletableFuture<Void> closeAsync()
        Trigger the closing of the resource and return the corresponding close future.
        Returns:
        Future which is completed once the resource has been closed