Package

org.bitbucket.pshirshov

izumitk

Permalink

package izumitk

Visibility
  1. Public
  2. All

Type Members

  1. class Depends extends Annotation with Annotation with ClassfileAnnotation

    Permalink
  2. class ExtensionPoint extends Annotation with Annotation with ClassfileAnnotation

    Permalink
  3. case class HealthCheck(name: String, status: HealthStatus) extends Product with Serializable

    Permalink
  4. trait HealthChecker extends AnyRef

    Permalink

    A trait inteded to represent an abstract health checker, returning a sequence of abstract named healthchecks.

    A trait inteded to represent an abstract health checker, returning a sequence of abstract named healthchecks. Like database connection status, web server availability, etc.

    Warning: you must never statically inject health checker dependencies in constructor. You should inject the com.google.inject.Injector instead.

    Healthchecker must never throw and must not prevent DI context from being created.

  5. final class HealthStatus extends Enum[HealthStatus]

    Permalink
  6. class RequiredConfig extends Annotation with Annotation with ClassfileAnnotation

    Permalink
  7. class TargetPoint extends Annotation with Annotation with ClassfileAnnotation

    Permalink

Value Members

  1. package app

    Permalink
  2. package cdi

    Permalink
  3. package modularity

    Permalink

    This package has such a strange name to avoid self-scanning.

    This package has such a strange name to avoid self-scanning.

    org.bitbucket.pshirshov.izumitk.plugins is a reserved name.

Ungrouped