Uses of Interface
com.kingsrook.qqq.backend.core.actions.automation.polling.PollingAutomationPerTableRunner.TableActionsInterface
Packages that use PollingAutomationPerTableRunner.TableActionsInterface
Package
Description
-
Uses of PollingAutomationPerTableRunner.TableActionsInterface in com.kingsrook.qqq.backend.core.actions.automation.polling
Classes in com.kingsrook.qqq.backend.core.actions.automation.polling that implement PollingAutomationPerTableRunner.TableActionsInterfaceModifier and TypeClassDescriptionstatic final record
extended version of TableAction, for sharding use-case - adds the shard details.static final record
Wrapper for a pair of (tableName, automationStatus)Methods in com.kingsrook.qqq.backend.core.actions.automation.polling that return types with arguments of type PollingAutomationPerTableRunner.TableActionsInterfaceModifier and TypeMethodDescriptionPollingAutomationPerTableRunner.getTableActions
(QInstance instance, String providerName) basically just get a list of tables which at least *could* have automations run - either meta-data automations, or table-triggers (data/user defined).Constructors in com.kingsrook.qqq.backend.core.actions.automation.polling with parameters of type PollingAutomationPerTableRunner.TableActionsInterfaceModifierConstructorDescriptionPollingAutomationPerTableRunner
(QInstance instance, String providerName, Supplier<QSession> sessionSupplier, PollingAutomationPerTableRunner.TableActionsInterface tableActions) -
Uses of PollingAutomationPerTableRunner.TableActionsInterface in com.kingsrook.qqq.backend.core.scheduler.schedulable.identity
Methods in com.kingsrook.qqq.backend.core.scheduler.schedulable.identity with parameters of type PollingAutomationPerTableRunner.TableActionsInterfaceModifier and TypeMethodDescriptionstatic SchedulableIdentity
SchedulableIdentityFactory.of
(PollingAutomationPerTableRunner.TableActionsInterface tableActions)