Package

org.zalando.grafter.examples

simple

Permalink

package simple

Visibility
  1. Public
  2. All

Type Members

  1. case class ApplicationComponents(server: HttpServer, database: Database) extends Product with Serializable

    Permalink
  2. case class ApplicationConfig(httpServerConfig: HttpServerConfig, serverThreadPoolConfig: ThreadPoolConfig, databaseThreadPoolConfig: ThreadPoolConfig) extends Product with Serializable

    Permalink
  3. trait Database extends AnyRef

    Permalink
  4. case class ExecutorService(config: ThreadPoolConfig) extends Start with Stop with Product with Serializable

    Permalink
  5. case class HttpServer(config: HttpServerConfig, executorService: ExecutorService) extends Start with Product with Serializable

    Permalink
  6. case class HttpServerConfig(host: String, port: Int) extends Product with Serializable

    Permalink
  7. case class PostgresDatabase(executorService: ExecutorService) extends Database with Start with Product with Serializable

    Permalink
  8. case class ThreadPoolConfig(threadsNb: Int) extends Product with Serializable

    Permalink

Value Members

  1. object Application

    Permalink
  2. object ApplicationComponents extends Serializable

    Permalink
  3. object ApplicationConfig extends GenericReader with Serializable

    Permalink
  4. object Database

    Permalink
  5. object ExecutorService extends Serializable

    Permalink
  6. object HttpServer extends Serializable

    Permalink
  7. object PostgresDatabase extends Serializable

    Permalink

Ungrouped