configure

abstract fun configure(action: Action<out Any>)(source)

Configures the domain object with the given action. Actions are run in the order added.

Parameters

action

A Action that can configure the domain object when required.