Packages

package app

Package Members

  1. package console
  2. package internal

Type Members

  1. abstract class AbstractApp extends App

    AbstractApp for usage from Java

  2. trait App extends app.App with Slf4jBridge with util.logging.Logging

    A com.twitter.app.App that supports injection and com.twitter.inject.TwitterModule modules.

    A com.twitter.app.App that supports injection and com.twitter.inject.TwitterModule modules.

    It is not expected that you override @Lifecycle methods. If you do, take care to ensure that you call the super implementation, otherwise critical lifecycle set-up may not occur causing your application to either function improperly or outright fail.

    Typically, you will only need to interact with the following methods: run -- callback executed after the injector is created and all @Lifecycle methods have completed.

  3. trait DtabResolution extends AnyRef

    When using the dtab.add Flag defined in com.twitter.finagle.DtabFlags users can mix in this trait to add the ability to correctly apply supplemental delegation tables to their base Dtab.

    When using the dtab.add Flag defined in com.twitter.finagle.DtabFlags users can mix in this trait to add the ability to correctly apply supplemental delegation tables to their base Dtab.

    See also

    com.twitter.finagle.Dtab

    com.twitter.finagle.DtabFlags

Ungrouped