All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.freya02.botcommands.api.components.builder.group.PersistentComponentGroupBuilder.kt Maven / Gradle / Ivy

package com.freya02.botcommands.api.components.builder.group

import com.freya02.botcommands.api.components.builder.IPersistentTimeoutableComponent
import com.freya02.botcommands.internal.components.LifetimeType
import com.freya02.botcommands.internal.components.builder.PersistentTimeoutableComponentImpl

class PersistentComponentGroupBuilder internal constructor(componentIds: List) : ComponentGroupBuilder(componentIds),
    IPersistentTimeoutableComponent by PersistentTimeoutableComponentImpl() {

    override val lifetimeType: LifetimeType = LifetimeType.PERSISTENT
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy