Package

com.twitter.finatra.thrift

response

Permalink

package response

Visibility
  1. Public
  2. All

Type Members

  1. case class ThriftResponseClassifier(underlying: ResponseClassifier) extends PartialFunction[ReqRep, ResponseClass] with Product with Serializable

    Permalink

    A wrapper around a com.twitter.finagle.service.ResponseClassifier to allow for binding a specific type of ResponseClassifier to the object graph.

    A wrapper around a com.twitter.finagle.service.ResponseClassifier to allow for binding a specific type of ResponseClassifier to the object graph.

    underlying

    the com.twitter.finagle.service.ResponseClassifier to wrap.

Value Members

  1. object ThriftResponseClassifier extends Serializable

    Permalink

Ungrouped