Interface DynamicResult

All Known Subinterfaces:
ChangelogResult, MaterializedResult
All Known Implementing Classes:
ChangelogCollectResult, CollectResultBase, MaterializedCollectBatchResult, MaterializedCollectResultBase, MaterializedCollectStreamResult

public interface DynamicResult
A result of a dynamic table program.

Note: Make sure to call close() after the result is not needed anymore.

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Closes the retrieval and all involved threads.
  • Method Details

    • close

      void close()
      Closes the retrieval and all involved threads.