Interface AddContents

    • Method Detail

      • addLiveContent

        long addLiveContent​(@NotNull @NotNull
                            @NotNull @NotNull java.util.stream.Stream<ContentReference> contentReference)
      • finished

        void finished()
      • finishedExceptionally

        void finishedExceptionally​(@NotNull @NotNull
                                   @NotNull @NotNull java.lang.Throwable e)
      • created

        java.time.Instant created()
      • id

        java.util.UUID id()
      • close

        void close()
        Closes this instance. Marks the identified set of contents as failed, if neither finished() nor finishedExceptionally(Throwable) were called.
        Specified by:
        close in interface java.lang.AutoCloseable