717273747576777879
public Shell create() throws Exception { final Shell shell = (Shell) applicationContext.getBean("shell"); log.debug("Created shell instance: {}", shell); eventPublisher.publish(new ShellCreatedEvent(shell)); return shell; }