Interface VelocityTaskModule
-
@Module public interface VelocityTaskModule
-
-
Method Summary
-
-
-
Method Detail
-
bindTPSCounter
@Binds @IntoSet TaskSystem.Task bindTPSCounter(ProxyTPSCounter counter)
-
bindPingCounter
@Binds @IntoSet TaskSystem.Task bindPingCounter(VelocityPingCounter counter)
-
bindNetworkConfigStoreTask
@Binds @IntoSet TaskSystem.Task bindNetworkConfigStoreTask(NetworkConfigStoreTask configStoreTask)
-
bindExtensionServerDataUpdater
@Binds @IntoSet TaskSystem.Task bindExtensionServerDataUpdater(ExtensionServerDataUpdater extensionServerDataUpdater)
-
bindLogCleanTask
@Binds @IntoSet TaskSystem.Task bindLogCleanTask(LogsFolderCleanTask logsFolderCleanTask)
-
bindDBCleanTask
@Binds @IntoSet TaskSystem.Task bindDBCleanTask(DBCleanTask cleanTask)
-
bindRamAndCpuTask
@Binds @IntoSet TaskSystem.Task bindRamAndCpuTask(SystemUsageBuffer.RamAndCpuTask ramAndCpuTask)
-
bindDiskTask
@Binds @IntoSet TaskSystem.Task bindDiskTask(SystemUsageBuffer.DiskTask diskTask)
-
bindJSONFileStorageCleanTask
@Binds @IntoSet TaskSystem.Task bindJSONFileStorageCleanTask(JSONFileStorage.CleanTask cleanTask)
-
bindOldDependencyCacheDeletion
@Binds @IntoSet TaskSystem.Task bindOldDependencyCacheDeletion(OldDependencyCacheDeletionTask deletionTask)
-
bindResourceWriteTask
@Binds @IntoSet TaskSystem.Task bindResourceWriteTask(ResourceWriteTask resourceWriteTask)
-
bindWebAssetVersionCheckTask
@Binds @IntoSet TaskSystem.Task bindWebAssetVersionCheckTask(WebAssetVersionCheckTask webAssetVersionCheckTask)
-
-