Interface VelocityTaskModule
@Module
public interface VelocityTaskModule
-
Method Summary
Modifier and TypeMethodDescriptionbindActiveCookieStoreExpiryTask
(ActiveCookieExpiryCleanupTask activeCookieExpiryCleanupTask) bindAddressAllowListUpdateTask
(AddressAllowList addressAllowList) bindDBCleanTask
(DBCleanTask cleanTask) bindDiskTask
(SystemUsageBuffer.DiskTask diskTask) bindExtensionServerDataUpdater
(ExtensionServerDataUpdater extensionServerDataUpdater) bindInstalledPluginGatheringTask
(InstalledPluginGatheringTask installedPluginGatheringTask) bindLogCleanTask
(LogsFolderCleanTask logsFolderCleanTask) bindNetworkConfigStoreTask
(NetworkConfigStoreTask configStoreTask) bindOldDependencyCacheDeletion
(OldDependencyCacheDeletionTask deletionTask) bindPingCounter
(VelocityPingCounter counter) bindRamAndCpuTask
(SystemUsageBuffer.RamAndCpuTask ramAndCpuTask) bindResourceWriteTask
(ResourceWriteTask resourceWriteTask) bindTPSCounter
(ProxyTPSCounter counter)
-
Method Details
-
bindTPSCounter
-
bindPingCounter
-
bindNetworkConfigStoreTask
-
bindExtensionServerDataUpdater
@Binds @IntoSet TaskSystem.Task bindExtensionServerDataUpdater(ExtensionServerDataUpdater extensionServerDataUpdater) -
bindLogCleanTask
-
bindDBCleanTask
-
bindRamAndCpuTask
-
bindDiskTask
-
bindJSONFileStorageCleanTask
-
bindOldDependencyCacheDeletion
@Binds @IntoSet TaskSystem.Task bindOldDependencyCacheDeletion(OldDependencyCacheDeletionTask deletionTask) -
bindResourceWriteTask
-
bindActiveCookieStoreExpiryTask
@Binds @IntoSet TaskSystem.Task bindActiveCookieStoreExpiryTask(ActiveCookieExpiryCleanupTask activeCookieExpiryCleanupTask) -
bindAddressAllowListUpdateTask
-
bindInstalledPluginGatheringTask
@Binds @IntoSet TaskSystem.Task bindInstalledPluginGatheringTask(InstalledPluginGatheringTask installedPluginGatheringTask)
-