Class

com.featurefm.riversong

MainService

Related Doc: package riversong

Permalink

abstract class MainService extends App with Configurable with Instrumented

Created by yardena on 9/20/15.

Self Type
MainService with App
Linear Supertypes
Instrumented, InstrumentedBuilder, BaseBuilder, Configurable, App, DelayedInit, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. MainService
  2. Instrumented
  3. InstrumentedBuilder
  4. BaseBuilder
  5. Configurable
  6. App
  7. DelayedInit
  8. AnyRef
  9. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MainService(name: String = "Spoilers")

    Permalink

Abstract Value Members

  1. abstract def assembly: ServiceAssembly

    Permalink

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def args: Array[String]

    Permalink
    Attributes
    protected
    Definition Classes
    App
    Annotations
    @deprecatedOverriding( "args should not be overridden" , "2.11.0" )
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def cachedGauge[A](name: String, timeout: FiniteDuration, scope: String = null)(f: ⇒ A): Gauge[A]

    Permalink
    Definition Classes
    Instrumented
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. lazy val config: Config

    Permalink
    Definition Classes
    Configurable
  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  11. val executionStart: Long

    Permalink
    Definition Classes
    App
  12. implicit val executor: ExecutionContextExecutor

    Permalink
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def gauge[A](name: String, scope: String = null)(f: ⇒ A): Gauge[A]

    Permalink
    Definition Classes
    Instrumented
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  16. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  17. val host: String

    Permalink
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. val log: LoggingAdapter

    Permalink
  20. def main(args: Array[String]): Unit

    Permalink
    Definition Classes
    App
    Annotations
    @deprecatedOverriding( "main should not be overridden" , "2.11.0" )
  21. implicit val materializer: ActorMaterializer

    Permalink
  22. lazy val metricBaseName: MetricName

    Permalink
    Definition Classes
    MainServiceInstrumented → BaseBuilder
  23. lazy val metricBuilder: MetricBuilder

    Permalink
    Attributes
    protected
    Definition Classes
    InstrumentedBuilder
  24. lazy val metricRegistry: MetricRegistry

    Permalink

    The MetricRegistry where created metrics are registered.

    The MetricRegistry where created metrics are registered.

    Definition Classes
    Instrumented → InstrumentedBuilder
  25. def metrics: MetricBuilder

    Permalink
    Definition Classes
    InstrumentedBuilder
  26. val name: String

    Permalink
  27. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  28. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  29. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  30. val port: Int

    Permalink
  31. def resetGauges(): Unit

    Permalink
    Definition Classes
    Instrumented
  32. def resetMetrics(): Unit

    Permalink
    Definition Classes
    Instrumented
  33. def services: Seq[RiverSongRouting]

    Permalink
  34. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  35. implicit val system: ActorSystem

    Permalink
    Definition Classes
    MainServiceInstrumented
  36. def time[A](name: String)(f: ⇒ A): A

    Permalink
    Definition Classes
    Instrumented
  37. def timeEventually[A](name: String)(future: ⇒ Future[A])(implicit context: ExecutionContext): Future[A]

    Permalink
    Definition Classes
    Instrumented
  38. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  39. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def delayedInit(body: ⇒ Unit): Unit

    Permalink
    Definition Classes
    App → DelayedInit
    Annotations
    @deprecated
    Deprecated

    (Since version 2.11.0) The delayedInit mechanism will disappear.

Inherited from Instrumented

Inherited from InstrumentedBuilder

Inherited from BaseBuilder

Inherited from Configurable

Inherited from App

Inherited from DelayedInit

Inherited from AnyRef

Inherited from Any

Ungrouped