Packages

package factory

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class StatsFactoryWrapper [Req, Rep] extends ServiceFactoryProxy[Req, Rep]

    A com.twitter.finagle.ServiceFactoryProxy that tracks statistics on com.twitter.finagle.Service creation failures and service acquisition latency.

  2. class TimeoutFactory [Req, Rep] extends ServiceFactoryProxy[Req, Rep]

    A factory wrapper that times out the service acquisition after the given time.

    A factory wrapper that times out the service acquisition after the given time.

    See also

    The user guide for more details.

Value Members

  1. object TimeoutFactory

Ungrouped