AutoSavePluginDataHolder

interface AutoSavePluginDataHolder : PluginDataHolder, CoroutineScope

可以持有相关 AutoSavePluginData 的对象.

实现 AutoSavePluginDataHolder

CoroutineScope.coroutineContext 中应用 CoroutineExceptionHandler

See also

Properties

autoSaveIntervalMillis
Link copied to clipboard
abstract val autoSaveIntervalMillis: LongRange

AutoSavePluginData 每次自动保存时间间隔

coroutineContext
Link copied to clipboard
abstract val coroutineContext: CoroutineContext
dataHolderName
Link copied to clipboard
abstract val dataHolderName: String

保存时使用的分类名

Inheritors

AbstractJvmPlugin
Link copied to clipboard