package thrift
Type Members
- trait AndThenService extends AnyRef
- class NonFiltered extends Annotation with Annotation with ClassfileAnnotation
- case class ThriftClientException(clientLabel: String, method: ThriftMethod, cause: Throwable) extends Exception with Product with Serializable
- class ThriftClientExceptionSource extends AnyRef
-
final
class
ThriftMethodBuilder[ServicePerEndpoint <: Filterable[ServicePerEndpoint], Req, Rep] extends AnyRef
Provides
ThriftMethod-specific MethodBuilder functionality. -
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 | +------------------------------------------------+