Provided as a mechanism by which implementations of {@link BackgroundService} can hand-off work to the {@link BackgroundCommandService} through {@link BackgroundCommandService#execute(ActionInvocationMemento)}. This is used by the default implementation of BackgroundServiceDefault in Isis' core-runtime.
Implementation-wise this is a wrapper around {@link MementoService.Memento}, and abstracts away the details of the keys used to store the various pieces of information stored in the underlying memento.
|
|
|
|