All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.ebean.service.SpiContainerFactory Maven / Gradle / Ivy

There is a newer version: 15.8.0
Show newest version
package io.ebean.service;

import io.ebean.config.ContainerConfig;

/**
 * Provides shutdown of the entire container.
 */
public interface SpiContainerFactory extends BootstrapService {

  /**
   * Create the Container that builds EbeanServer instances.
   */
  SpiContainer create(ContainerConfig containerConfig);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy