PersistentComponentGroupBuilder
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Removes the timeout from this component.
Link copied to clipboard
When true, resets the timeout duration everytime this component is used.
Link copied to clipboard
@CheckReturnValue
@CheckReturnValue
open fun timeout(timeout: Duration, handlerName: String, vararg data: Any?): PersistentComponentGroupBuilder
abstract fun timeout(timeout: Duration, handlerName: String, data: List<Any?>): PersistentComponentGroupBuilder
@CheckReturnValue
@CheckReturnValue
Sets the timeout on this component, invalidating the component on expiration, and running the timeout handler with the given name and its arguments.
@CheckReturnValue
Sets the timeout on this component, invalidating the component on expiration.