Packages

trait QueryableState extends KafkaStreamsTwitterServer with StaticPartitioning

Trait to mix into a Kafka Streams Server exposing queryable state

Linear Supertypes
StaticPartitioning, KafkaStreamsTwitterServer, ScalaStreamsImplicits, KafkaFlagUtils, TwitterServer, Warmup, Ports, DeprecatedLogging, Logging, TwitterServer, Lifecycle, AdminHttpServer, Hooks, DtabFlags, Linters, Stats, Slf4jBridge, App, Logging, Logging, App, CloseAwaitably, CloseAwaitably0[Unit], Awaitable[Unit], Closable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. QueryableState
  2. StaticPartitioning
  3. KafkaStreamsTwitterServer
  4. ScalaStreamsImplicits
  5. KafkaFlagUtils
  6. TwitterServer
  7. Warmup
  8. Ports
  9. DeprecatedLogging
  10. Logging
  11. TwitterServer
  12. Lifecycle
  13. AdminHttpServer
  14. Hooks
  15. DtabFlags
  16. Linters
  17. Stats
  18. Slf4jBridge
  19. App
  20. Logging
  21. Logging
  22. App
  23. CloseAwaitably
  24. CloseAwaitably0
  25. Awaitable
  26. Closable
  27. AnyRef
  28. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. implicit class KStreamJConversions[K, V] extends AnyRef
    Definition Classes
    ScalaStreamsImplicits
  2. implicit class KStreamSConversions[K, V] extends AnyRef
    Definition Classes
    ScalaStreamsImplicits
  3. implicit class StreamsBuilderConversions extends AnyRef
    Definition Classes
    ScalaStreamsImplicits

Abstract Value Members

  1. abstract def configureKafkaStreams(builder: StreamsBuilder): Unit
    Attributes
    protected
    Definition Classes
    KafkaStreamsTwitterServer

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final val MinGrace: Duration
    Definition Classes
    App
  5. def addAdminRoute(route: Route): Unit
    Definition Classes
    AdminHttpServer
  6. def addAdminRoutes(newRoutes: Seq[Route]): Unit
    Definition Classes
    AdminHttpServer
  7. def addDtabs(): Unit
    Definition Classes
    DtabFlags
  8. def addFrameworkModule(module: Module): Unit
    Attributes
    protected[com.twitter]
    Definition Classes
    App
  9. def addFrameworkModules(modules: Module*): Unit
    Attributes
    protected[com.twitter]
    Definition Classes
    App
  10. def addFrameworkOverrideModules(modules: Module*): Unit
    Attributes
    protected[com.twitter.inject]
    Definition Classes
    App
  11. def adminBoundAddress: InetSocketAddress
    Definition Classes
    AdminHttpServer
  12. val adminHttpServer: ListeningServer
    Attributes
    protected
    Definition Classes
    AdminHttpServer
    Annotations
    @volatile()
  13. val adminPort: Flag[InetSocketAddress]
    Definition Classes
    AdminHttpServer
  14. def afterPostWarmup(): Unit
    Attributes
    protected
    Definition Classes
    TwitterServer → App
    Annotations
    @Lifecycle()
  15. def allowUndefinedFlags: Boolean
    Attributes
    protected
    Definition Classes
    App
  16. val appendFlag: Flag[Boolean]
    Attributes
    protected[this]
    Definition Classes
    Logging
  17. val applicationId: Flag[String]
    Attributes
    protected[com.twitter.finatra.kafkastreams]
    Definition Classes
    KafkaStreamsTwitterServer
  18. val applicationServerConfig: Flag[String]
    Attributes
    protected[com.twitter.finatra.kafkastreams]
    Definition Classes
    KafkaStreamsTwitterServer
  19. def args: Array[String]
    Definition Classes
    App
  20. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  21. val asyncFlag: Flag[Boolean]
    Attributes
    protected[this]
    Definition Classes
    Logging
  22. val asyncMaxSizeFlag: Flag[Int]
    Attributes
    protected[this]
    Definition Classes
    Logging
  23. def await(awaitables: Awaitable[_]*): Unit
    Attributes
    protected
    Definition Classes
    TwitterServer
  24. def await[T <: Awaitable[_]](awaitable: T): Unit
    Attributes
    protected
    Definition Classes
    TwitterServer
  25. def beforePostWarmup(): Unit
    Attributes
    protected
    Definition Classes
    TwitterServer → App
    Annotations
    @Lifecycle()
  26. val bootstrapServer: Flag[String]
    Attributes
    protected[com.twitter.finatra.kafkastreams]
    Definition Classes
    KafkaStreamsTwitterServer
  27. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  28. final def close(deadline: Time): Future[Unit]
    Definition Classes
    App → Closable
  29. def close(after: Duration): Future[Unit]
    Definition Classes
    Closable
  30. final def close(): Future[Unit]
    Definition Classes
    Closable
  31. def closeAwaitably(f: ⇒ Future[Unit]): Future[Unit]
    Attributes
    protected
    Definition Classes
    CloseAwaitably0
  32. final def closeOnExit(closable: Closable): Unit
    Definition Classes
    App
  33. final def closeOnExitLast(closable: Closable): Unit
    Definition Classes
    App
  34. val commitInterval: Flag[Duration]
    Attributes
    protected
    Definition Classes
    KafkaStreamsTwitterServer
  35. def configureAdminHttpServer(server: Server): Server
    Attributes
    protected
    Definition Classes
    AdminHttpServer
  36. def configureLoggerFactories(): Unit
    Attributes
    protected
    Definition Classes
    DeprecatedLogging → Logging
  37. def consumerFlagWithKafkaDefault[T](key: String)(implicit arg0: Flaggable[T]): Flag[T]
    Definition Classes
    KafkaFlagUtils
  38. def createAndStartKafkaStreams(): Unit
    Attributes
    protected[com.twitter.finatra]
    Definition Classes
    KafkaStreamsTwitterServer
  39. def createKafkaStreamsProperties(): Properties
    Attributes
    protected[com.twitter.finatra]
    Definition Classes
    KafkaStreamsTwitterServer
  40. def createKafkaStreamsTopology(): Topology
    Attributes
    protected[com.twitter.finatra]
    Definition Classes
    KafkaStreamsTwitterServer
  41. val currentShard: Flag[Int]
    Attributes
    protected
  42. def debug(marker: Marker, message: ⇒ Any, cause: Throwable): Unit
    Attributes
    protected[this]
    Definition Classes
    Logging
  43. def debug(message: ⇒ Any, cause: Throwable): Unit
    Attributes
    protected[this]
    Definition Classes
    Logging
  44. def debug(marker: Marker, message: ⇒ Any): Unit
    Attributes
    protected[this]
    Definition Classes
    Logging
  45. def debug(message: ⇒ Any): Unit
    Attributes
    protected[this]
    Definition Classes
    Logging
  46. def debugFutureResult[T](msg: String)(func: ⇒ Future[T]): Future[T]
    Attributes
    protected
    Definition Classes
    Logging
  47. def debugResult[T](message: ⇒ String)(fn: ⇒ T): T
    Attributes
    protected[this]
    Definition Classes
    Logging
  48. def defaultAdminPort: Int
    Definition Classes
    AdminHttpServer
  49. def defaultAppend: Boolean
    Definition Classes
    Logging
  50. val defaultCloseGracePeriod: Duration
    Definition Classes
    KafkaStreamsTwitterServer → App
  51. def defaultFormatter: Formatter
    Definition Classes
    Logging
  52. def defaultLogLevel: Level
    Definition Classes
    Logging
  53. def defaultOutput: String
    Definition Classes
    Logging
  54. def defaultRollPolicy: Policy
    Definition Classes
    Logging
  55. def defaultRotateCount: Int
    Definition Classes
    Logging
  56. def disableAdminHttpServer: Boolean
    Attributes
    protected
    Definition Classes
    AdminHttpServer
  57. val dtabAddBaseFlag: Flag[Dtab]
    Definition Classes
    DtabFlags
  58. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  59. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  60. def error(marker: Marker, message: ⇒ Any, cause: Throwable): Unit
    Attributes
    protected[this]
    Definition Classes
    Logging
  61. def error(message: ⇒ Any, cause: Throwable): Unit
    Attributes
    protected[this]
    Definition Classes
    Logging
  62. def error(marker: Marker, message: ⇒ Any): Unit
    Attributes
    protected[this]
    Definition Classes
    Logging
  63. def error(message: ⇒ Any): Unit
    Attributes
    protected[this]
    Definition Classes
    Logging
  64. def errorResult[T](message: ⇒ String)(fn: ⇒ T): T
    Attributes
    protected[this]
    Definition Classes
    Logging
  65. def exitOnError(reason: String, details: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    App
  66. def exitOnError(reason: String): Unit
    Attributes
    protected
    Definition Classes
    App
  67. def exitOnError(throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    App
  68. def failfastOnFlagsNotParsed: Boolean
    Attributes
    protected
    Definition Classes
    App → App
  69. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  70. val flag: Flags
    Definition Classes
    App
  71. def flagWithKafkaDefault[T](key: String)(implicit arg0: Flaggable[T]): Flag[T]
    Definition Classes
    KafkaFlagUtils
  72. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  73. val group: String
    Definition Classes
    Lifecycle
  74. def handle(clazz: Class[_ <: Handler]): Unit
    Attributes
    protected
    Definition Classes
    TwitterServer
  75. def handle[T <: Handler]()(implicit arg0: Manifest[T]): Unit
    Attributes
    protected
    Definition Classes
    TwitterServer
  76. def handlers: List[() ⇒ Handler]
    Definition Classes
    Logging
  77. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  78. def httpExternalPort: Option[Int]
    Definition Classes
    Ports
  79. def httpsExternalPort: Option[Int]
    Definition Classes
    Ports
  80. val inferClassNamesFlag: Flag[Boolean]
    Attributes
    protected[this]
    Definition Classes
    Logging
  81. def info(marker: Marker, message: ⇒ Any, cause: Throwable): Unit
    Attributes
    protected[this]
    Definition Classes
    Logging
  82. def info(message: ⇒ Any, cause: Throwable): Unit
    Attributes
    protected[this]
    Definition Classes
    Logging
  83. def info(marker: Marker, message: ⇒ Any): Unit
    Attributes
    protected[this]
    Definition Classes
    Logging
  84. def info(message: ⇒ Any): Unit
    Attributes
    protected[this]
    Definition Classes
    Logging
  85. def infoResult[T](message: ⇒ String)(fn: ⇒ T): T
    Attributes
    protected[this]
    Definition Classes
    Logging
  86. final def init(f: ⇒ Unit): Unit
    Attributes
    protected
    Definition Classes
    App
  87. def injector: Injector
    Definition Classes
    App
  88. def isDebugEnabled(marker: Marker): Boolean
    Attributes
    protected[this]
    Definition Classes
    Logging
  89. def isDebugEnabled: Boolean
    Attributes
    protected[this]
    Definition Classes
    Logging
  90. def isErrorEnabled(marker: Marker): Boolean
    Attributes
    protected[this]
    Definition Classes
    Logging
  91. def isErrorEnabled: Boolean
    Attributes
    protected[this]
    Definition Classes
    Logging
  92. def isInfoEnabled(marker: Marker): Boolean
    Attributes
    protected[this]
    Definition Classes
    Logging
  93. def isInfoEnabled: Boolean
    Attributes
    protected[this]
    Definition Classes
    Logging
  94. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  95. def isReady(implicit permit: CanAwait): Boolean
    Definition Classes
    CloseAwaitably0 → Awaitable
  96. def isTraceEnabled(marker: Marker): Boolean
    Attributes
    protected[this]
    Definition Classes
    Logging
  97. def isTraceEnabled: Boolean
    Attributes
    protected[this]
    Definition Classes
    Logging
  98. def isWarnEnabled(marker: Marker): Boolean
    Attributes
    protected[this]
    Definition Classes
    Logging
  99. def isWarnEnabled: Boolean
    Attributes
    protected[this]
    Definition Classes
    Logging
  100. def javaModules: Collection[Module]
    Attributes
    protected
    Definition Classes
    App
  101. def javaOverrideModules: Collection[Module]
    Attributes
    protected
    Definition Classes
    App
  102. def kafkaFlag[T](key: String, default: ⇒ T)(implicit arg0: Flaggable[T]): Flag[T]
    Definition Classes
    KafkaFlagUtils
  103. var kafkaStreams: KafkaStreams
    Attributes
    protected
    Definition Classes
    KafkaStreamsTwitterServer
  104. val kafkaStreamsBuilder: StreamsBuilder
    Attributes
    protected[com.twitter.finatra.kafkastreams]
    Definition Classes
    KafkaStreamsTwitterServer
  105. def kafkaStreamsClientSupplier: KafkaClientSupplier
    Definition Classes
    StaticPartitioning → KafkaStreamsTwitterServer
  106. val levelFlag: Flag[Level]
    Attributes
    protected[this]
    Definition Classes
    Logging
  107. def libraryName: String
    Attributes
    protected
    Definition Classes
    TwitterServer → AdminHttpServer
  108. def linterRules: Seq[Rule]
    Definition Classes
    Linters
  109. def loadModules(): InstalledModules
    Attributes
    protected[com.twitter.inject]
    Definition Classes
    App
  110. def loadServiceBindings: Seq[Binding[_]]
    Attributes
    protected[this]
    Definition Classes
    App
  111. final def logger: Logger
    Attributes
    protected[this]
    Definition Classes
    Logging
  112. def loggerFactories: List[LoggerFactory]
    Definition Classes
    Logging
  113. final def loggerName: String
    Attributes
    protected[this]
    Definition Classes
    Logging
  114. final def main(): Unit
    Definition Classes
    TwitterServer → App
  115. final def main(args: Array[String]): Unit
    Definition Classes
    App
  116. def modules: Seq[Module]
    Attributes
    protected
    Definition Classes
    App
  117. val name: String
    Definition Classes
    App
  118. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  119. final def nonExitingMain(args: Array[String]): Unit
    Definition Classes
    App
  120. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  121. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  122. val numApplicationInstances: Flag[Int]
    Attributes
    protected
    Definition Classes
    StaticPartitioning
  123. val numQueryablePartitions: Flag[Int]
    Attributes
    protected
  124. final def onExit(f: ⇒ Unit): Unit
    Attributes
    protected
    Definition Classes
    App
  125. def onStateChange(newState: State, oldState: State): Unit
    Attributes
    protected
    Definition Classes
    KafkaStreamsTwitterServer
  126. val outputFlag: Flag[String]
    Attributes
    protected[this]
    Definition Classes
    Logging
  127. def overrideModules: Seq[Module]
    Attributes
    protected
    Definition Classes
    App
  128. def parseArgs(args: Array[String]): Unit
    Attributes
    protected[this]
    Definition Classes
    App
  129. def postInjectorStartup(): Unit
    Attributes
    protected
    Definition Classes
    KafkaStreamsTwitterServer → TwitterServer → App
  130. def postWarmup(): Unit
    Attributes
    protected
    Definition Classes
    KafkaStreamsTwitterServer → TwitterServer → App
  131. final def postmain(f: ⇒ Unit): Unit
    Attributes
    protected
    Definition Classes
    App
  132. def prebindWarmup(): Unit
    Definition Classes
    Warmup
  133. final def premain(f: ⇒ Unit): Unit
    Attributes
    protected
    Definition Classes
    App
  134. def producerFlagWithKafkaDefault[T](key: String)(implicit arg0: Flaggable[T]): Flag[T]
    Definition Classes
    KafkaFlagUtils
  135. var properties: Properties
    Attributes
    protected[com.twitter.finatra.kafkastreams]
    Definition Classes
    KafkaStreamsTwitterServer
  136. def queryableFinatraCompositeWindowStore[PK, SK, V](storeName: String, windowSize: Duration, allowedLateness: Duration, queryableAfterClose: Duration, primaryKeySerde: Serde[PK]): QueryableFinatraCompositeWindowStore[PK, SK, V]

    Returns a queryable Finatra composite window store (composite windows contain composite keys which contain a primary and secondary key)

    Returns a queryable Finatra composite window store (composite windows contain composite keys which contain a primary and secondary key)

    PK

    Type of the primary key being queried

    SK

    Type of the secondary key being queried

    V

    Type of the value associated with the key being queried

    storeName

    Name of the queryable store

    windowSize

    Size of the windows being queried

    allowedLateness

    Allowed lateness for the windows being queried

    queryableAfterClose

    Time the window being queried will exist after closing

    primaryKeySerde

    Serde of the primary key being queried which is used to determine which queryable store is responsible for they key being queried

    returns

    A QueryableFinatraCompositeWindowStore

    Attributes
    protected
  137. def queryableFinatraKeyValueStore[PK, K, V](storeName: String, primaryKeySerde: Serde[PK]): QueryableFinatraKeyValueStore[PK, K, V]

    Returns a queryable Finatra key value store

    Returns a queryable Finatra key value store

    PK

    Type of the primary key

    K

    Type of the key being queried

    V

    Type of the value associated with the key being queried

    storeName

    Name of the queryable store

    primaryKeySerde

    Serde of the primary key being queried which is used to determine which queryable store is responsible for they key being queried

    returns

    A QueryableFinatraKeyValueStore

    Attributes
    protected
  138. def queryableFinatraWindowStore[K, V](storeName: String, windowSize: Duration, allowedLateness: Duration, queryableAfterClose: Duration, primaryKeySerde: Serde[K]): QueryableFinatraWindowStore[K, V]

    Returns a queryable Finatra window store

    Returns a queryable Finatra window store

    K

    Type of the key being queried

    V

    Type of the value associated with the key being queried

    storeName

    Name of the queryable store

    windowSize

    Size of the windows being queried

    allowedLateness

    Allowed lateness for the windows being queried

    queryableAfterClose

    Time the window being queried will exist after closing

    primaryKeySerde

    Serde of the primary key being queried which is used to determine which queryable store is responsible for they key being queried

    returns

    A QueryableFinatraWindowStore

    Attributes
    protected
  139. def ready(timeout: Duration)(implicit permit: CanAwait): QueryableState.this.type
    Definition Classes
    CloseAwaitably0 → Awaitable
  140. def requiredKafkaFlag[T](key: String, helpPrefix: String)(implicit arg0: Flaggable[T], arg1: Manifest[T]): Flag[T]
    Definition Classes
    KafkaFlagUtils
  141. def resolveFinagleClientsOnStartup: Boolean
    Attributes
    protected
    Definition Classes
    TwitterServer
  142. def result(timeout: Duration)(implicit permit: CanAwait): Unit
    Definition Classes
    CloseAwaitably0 → Awaitable
  143. val rollPolicyFlag: Flag[Policy]
    Attributes
    protected[this]
    Definition Classes
    Logging
  144. val rotateCountFlag: Flag[Int]
    Attributes
    protected[this]
    Definition Classes
    Logging
  145. def routes: Seq[Route]
    Definition Classes
    AdminHttpServer
  146. final def run(): Unit
    Attributes
    protected
    Definition Classes
    TwitterServer → App
  147. def setExceptionHandler(streams: KafkaStreams): Unit
    Attributes
    protected
    Definition Classes
    KafkaStreamsTwitterServer
  148. def setup(): Unit
    Attributes
    protected
    Definition Classes
    TwitterServer
  149. lazy val shutdownTimer: Timer
    Attributes
    protected
    Definition Classes
    TwitterServer → App
  150. def start(): Unit
    Attributes
    protected
    Definition Classes
    TwitterServer
  151. def statsReceiver: StatsReceiver
    Definition Classes
    Stats
  152. def statsReceiverModule: Module
    Attributes
    protected
    Definition Classes
    TwitterServer
  153. def streamsProperties(config: KafkaStreamsConfig): KafkaStreamsConfig
    Attributes
    protected
    Definition Classes
    KafkaStreamsTwitterServer
  154. def streamsStatsReceiver: StatsReceiver
    Attributes
    protected
    Definition Classes
    KafkaStreamsTwitterServer
  155. final val suppressGracefulShutdownErrors: Boolean
    Definition Classes
    TwitterServer → App
  156. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  157. def thriftPort: Option[Int]
    Definition Classes
    Ports
  158. def time[T](formatStr: String)(func: ⇒ T): T
    Attributes
    protected
    Definition Classes
    Logging
  159. def toString(): String
    Definition Classes
    AnyRef → Any
  160. var topology: Topology
    Attributes
    protected[com.twitter.finatra.kafkastreams]
    Definition Classes
    KafkaStreamsTwitterServer
  161. def trace(marker: Marker, message: ⇒ Any, cause: Throwable): Unit
    Attributes
    protected[this]
    Definition Classes
    Logging
  162. def trace(message: ⇒ Any, cause: Throwable): Unit
    Attributes
    protected[this]
    Definition Classes
    Logging
  163. def trace(marker: Marker, message: ⇒ Any): Unit
    Attributes
    protected[this]
    Definition Classes
    Logging
  164. def trace(message: ⇒ Any): Unit
    Attributes
    protected[this]
    Definition Classes
    Logging
  165. def traceResult[T](message: ⇒ String)(fn: ⇒ T): T
    Attributes
    protected[this]
    Definition Classes
    Logging
  166. implicit def transformerFunctionToSupplier[K, V, K1, V1](transformerFactory: () ⇒ Transformer[K, V, (K1, V1)]): TransformerSupplier[K, V, KeyValue[K1, V1]]
    Definition Classes
    ScalaStreamsImplicits
  167. def uncaughtException: Throwable
    Definition Classes
    KafkaStreamsTwitterServer
  168. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  169. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  170. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  171. def warmup(): Unit
    Attributes
    protected
    Definition Classes
    TwitterServer → App
  172. def warmupComplete(): Unit
    Definition Classes
    Warmup
  173. def warn(marker: Marker, message: ⇒ Any, cause: Throwable): Unit
    Attributes
    protected[this]
    Definition Classes
    Logging
  174. def warn(message: ⇒ Any, cause: Throwable): Unit
    Attributes
    protected[this]
    Definition Classes
    Logging
  175. def warn(marker: Marker, message: ⇒ Any): Unit
    Attributes
    protected[this]
    Definition Classes
    Logging
  176. def warn(message: ⇒ Any): Unit
    Attributes
    protected[this]
    Definition Classes
    Logging
  177. def warnResult[T](message: ⇒ String)(fn: ⇒ T): T
    Attributes
    protected[this]
    Definition Classes
    Logging

Deprecated Value Members

  1. lazy val log: Logger
    Definition Classes
    DeprecatedLogging → Logging
    Annotations
    @deprecated
    Deprecated

    (Since version 2017-10-06) For backwards compatibility only.

Inherited from StaticPartitioning

Inherited from KafkaStreamsTwitterServer

Inherited from ScalaStreamsImplicits

Inherited from KafkaFlagUtils

Inherited from TwitterServer

Inherited from Warmup

Inherited from Ports

Inherited from DeprecatedLogging

Inherited from Logging

Inherited from TwitterServer

Inherited from Lifecycle

Inherited from AdminHttpServer

Inherited from Hooks

Inherited from DtabFlags

Inherited from Linters

Inherited from Stats

Inherited from Slf4jBridge

Inherited from App

Inherited from Logging

Inherited from Logging

Inherited from App

Inherited from CloseAwaitably

Inherited from CloseAwaitably0[Unit]

Inherited from Awaitable[Unit]

Inherited from Closable

Inherited from AnyRef

Inherited from Any

Ungrouped