Persistent Component Group Builder
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
abstract fun timeout(timeout: Duration, handlerName: String, vararg data: Any?): PersistentComponentGroupBuilder
@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.