com.twitter.finagle

exception

package exception

Visibility
  1. Public
  2. All

Type Members

  1. trait ClientMonitorFactory extends (String) ⇒ Monitor

  2. trait MonitorFactory extends ServerMonitorFactory with ClientMonitorFactory

  3. sealed case class Reporter(client: FinagledClient, serviceName: String, statsReceiver: StatsReceiver = ..., sourceAddress: Option[String] = scala.None, clientAddress: Option[String] = scala.None) extends Monitor with Product with Serializable

    An implementation of ExceptionReceiver custom to the chickadee reporting service.

  4. trait ServerMonitorFactory extends (String, SocketAddress) ⇒ Monitor

Value Members

  1. object NullMonitorFactory extends MonitorFactory

  2. object Reporter extends Serializable

    A collection of methods to construct a Monitor that logs to a ScribeHandler specifically for the chickadee exception reporting service.

Ungrouped