IEphemeral Timeoutable Component
interface IEphemeralTimeoutableComponent<T : IEphemeralTimeoutableComponent<T>> : ITimeoutableComponent<T> (source)
Allows components to have ephemeral timeouts.
These timeouts will not exist anymore after a restart.
See also
Inheritors
Properties
Functions
Link copied to clipboard
When true
, resets the timeout duration everytime this component is used.
Link copied to clipboard
Sets the timeout on this component, invalidating the component on expiration, and running the given timeout handler.
Sets the timeout on this component, invalidating the component on expiration.