Package

com.github.vonnagy.service

container

Permalink

package container

Visibility
  1. Public
  2. All

Type Members

  1. case class ContainerBuilder(endpoints: Seq[Class[_ <: RoutedEndpoints]] = Seq.empty, healthChecks: Seq[HealthCheck] = Seq.empty, props: Seq[(String, Props)] = Seq.empty, listeners: Seq[ContainerLifecycleListener] = Seq.empty, config: Config = ConfigFactory.empty, name: String = "service-container", system: Option[ActorSystem] = None) extends CoreConfig with Product with Serializable

    Permalink

    This is the main builder for constructing the container service

  2. class MissingConfigException extends RuntimeException

    Permalink

Value Members

  1. package core

    Permalink
  2. package health

    Permalink
  3. package http

    Permalink
  4. package listener

    Permalink
  5. package log

    Permalink
  6. package metrics

    Permalink
  7. package security

    Permalink
  8. package service

    Permalink

Ungrouped