Package io.deephaven.enterprise.dnd
Class QueryDeletionHook
java.lang.Object
io.deephaven.enterprise.dnd.QueryDeletionHook
A hook that is called from the session monitor to delete our persistent query when we are complete.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionqueryDeletionHook
(Boolean autoDelete, Long pqSerial, ControllerClientFactory controllerClientFactory, @NotNull ProcessInfo processInfo)
-
Constructor Details
-
QueryDeletionHook
public QueryDeletionHook()
-
-
Method Details
-
queryDeletionHook
@Provides @Named("sessionCountListeners") @ElementsIntoSet public static Set<DndSessionListenerModule.DndSessionCountListener> queryDeletionHook(@Named("queryAutoDelete") Boolean autoDelete, @Named("persistentQuerySerial") Long pqSerial, ControllerClientFactory controllerClientFactory, @NotNull @NotNull ProcessInfo processInfo)
-