Interface SpongeTaskModule
-
@Module public interface SpongeTaskModule
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TaskSystem.Task
bindConfigStoreTask(ConfigStoreTask configStoreTask)
TaskSystem.Task
bindDBCleanTask(DBCleanTask cleanTask)
TaskSystem.Task
bindDiskTask(SystemUsageBuffer.DiskTask diskTask)
TaskSystem.Task
bindExtensionServerDataUpdater(ExtensionServerDataUpdater extensionServerDataUpdater)
TaskSystem.Task
bindJSONFileStorageCleanTask(JSONFileStorage.CleanTask cleanTask)
TaskSystem.Task
bindLogCleanTask(LogsFolderCleanTask logsFolderCleanTask)
TaskSystem.Task
bindPingCounter(SpongePingCounter pingCounter)
TaskSystem.Task
bindRamAndCpuTask(SystemUsageBuffer.RamAndCpuTask ramAndCpuTask)
TaskSystem.Task
bindShutdownHookRegistration(ShutdownHook.Registrar registrar)
TaskSystem.Task
bindTPSCounter(ServerTPSCounter<org.spongepowered.api.world.World> tpsCounter)
-
-
-
Method Detail
-
bindTPSCounter
@Binds @IntoSet TaskSystem.Task bindTPSCounter(ServerTPSCounter<org.spongepowered.api.world.World> tpsCounter)
-
bindPingCounter
@Binds @IntoSet TaskSystem.Task bindPingCounter(SpongePingCounter pingCounter)
-
bindExtensionServerDataUpdater
@Binds @IntoSet TaskSystem.Task bindExtensionServerDataUpdater(ExtensionServerDataUpdater extensionServerDataUpdater)
-
bindLogCleanTask
@Binds @IntoSet TaskSystem.Task bindLogCleanTask(LogsFolderCleanTask logsFolderCleanTask)
-
bindConfigStoreTask
@Binds @IntoSet TaskSystem.Task bindConfigStoreTask(ConfigStoreTask configStoreTask)
-
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)
-
bindShutdownHookRegistration
@Binds @IntoSet TaskSystem.Task bindShutdownHookRegistration(ShutdownHook.Registrar registrar)
-
bindJSONFileStorageCleanTask
@Binds @IntoSet TaskSystem.Task bindJSONFileStorageCleanTask(JSONFileStorage.CleanTask cleanTask)
-
-