setSpaceDestructionCallbackDelay(long)
Change the delay in milliseconds that is applied before testing if a space should be destroyed because it is empty.
setSpaceDestructionCallbackDelay(long)
Change the delay in milliseconds that is applied before testing if a space should be destroyed because it is empty.
public static val PREFIX : java.lang.String = "sre.contexts"
Prefix for the configuration entries of the context repository configurations.
SPACE_DESTRUCTION_CALLBACK_DELAY_NAME
public static val SPACE_DESTRUCTION_CALLBACK_DELAY_NAME : java.lang.String = "sre.contexts.spaceDestructionCallbackDelay"
Name of the property for the default delay in milliseconds before running the space destruction callback. This callback tries to destroy the instance of space if it is empty.