Package

com.twitter

scrooge

Permalink

package scrooge

Visibility
  1. Public
  2. All

Type Members

  1. trait OstrichThriftServer extends Service

    Permalink

    This trait is intended as a near-drop-in replacement for the ThriftServer class generated by scrooge, which will soon no longer generated.

    This trait is intended as a near-drop-in replacement for the ThriftServer class generated by scrooge, which will soon no longer generated. Most use-cases are covered by simply changing a class declaration that looks like "X extends Y.ThriftServer" to "X extends Y.FutureIface with OstrichThriftServer".

    Ostrich in general is now deprecated, and long-term, you should switch to twitter-server.

Value Members

  1. object enableThriftMuxServer extends GlobalFlag[Boolean]

    Permalink

    A com.twitter.app.GlobalFlag for enabling use of ThriftMux.

Ungrouped