Packages

package thrift

Type Members

  1. trait AndThenService extends AnyRef
  2. class NonFiltered extends Annotation with Annotation with ClassfileAnnotation
  3. case class ThriftClientException(clientLabel: String, method: ThriftMethod, cause: Throwable) extends Exception with Product with Serializable
  4. class ThriftClientExceptionSource extends AnyRef
  5. final class ThriftMethodBuilder[ServicePerEndpoint <: Filterable[ServicePerEndpoint], Req, Rep] extends AnyRef

    Provides ThriftMethod-specific MethodBuilder functionality.

  6. final class ThriftMethodBuilderFactory[ServicePerEndpoint <: Filterable[ServicePerEndpoint]] extends AnyRef

    A builder for configuring a Finagle Service representation of a ThriftMethod.

    A builder for configuring a Finagle Service representation of a ThriftMethod. See: ServicePerEndpoint Client for more information.

    Filter ordering:

               Request              Response
                 |                    A
                 |                    |
                 V                    |
    +------------------------------------------------+
    |           ThriftMethodBuilder filters          |
    +------------------------------------------------+
    |              MethodBuilder filters             |
    +------------------------------------------------+
    |                  Method Service                |
    +------------------------------------------------+

Ungrouped