org.apache.isis.module:isis-module-background
23242526272829
public class BackgroundCommandExecutionQuartzJob extends AbstractIsisQuartzJob { public BackgroundCommandExecutionQuartzJob() { super(new BackgroundCommandExecutionFromBackgroundCommandServiceJdo()); }