package thrift
Type Members
- trait NonFiltered extends Annotation
- Annotations
- @Retention() @Target() @BindingAnnotation()
- case class ThriftClientException(clientLabel: String, method: ThriftMethodIface, 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 | +------------------------------------------------+
Deprecated Type Members
- trait AndThenService extends AnyRef
- Annotations
- @deprecated
- Deprecated
(Since version 2022-03-03) No replacement.