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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionqueryDeletionHook(Boolean autoDelete, Long pqSerial, ControllerClientFactory controllerClientFactory, @NotNull ProcessInfo processInfo) 
- 
Constructor Details- 
QueryDeletionHookpublic 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) 
 
-