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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
close()
Closes the retrieval and all involved threads.
-