object Scribe extends GeneratedThriftService
- Annotations
- @Generated()
- Alphabetic
- By Inheritance
- Scribe
- GeneratedThriftService
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
- class Filter extends AnyRef
- class FinagledClient extends Scribe$FinagleClient with MethodPerEndpoint
- class FinagledService extends Scribe$FinagleService
- trait MethodPerEndpoint extends ThriftService
- trait ReqRepServicePerEndpoint extends ToThriftService with Filterable[ReqRepServicePerEndpoint]
- trait ServicePerEndpoint extends ToThriftService with Filterable[ServicePerEndpoint]
- type log$args = Args
- type log$result = Result
-
trait
BaseServiceIface extends ToThriftService
- Annotations
- @deprecated
- Deprecated
(Since version 2017-11-07) Use ServicePerEndpoint
-
class
MethodIface extends MethodPerEndpoint
- Annotations
- @deprecated
- Deprecated
(Since version 2017-11-07) Use MethodPerEndpoint
-
case class
ServiceIface(log: Service[Args, SuccessType]) extends BaseServiceIface with Filterable[ServiceIface] with Product with Serializable
- Annotations
- @deprecated
- Deprecated
(Since version 2017-11-07) Use ServicePerEndpoint
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
val
annotations: Map[String, String]
Thrift annotations (user-defined key-value metadata) on the service
Thrift annotations (user-defined key-value metadata) on the service
- Definition Classes
- Scribe → GeneratedThriftService
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val log$args: Args.type
- val log$result: Result.type
-
val
methods: Set[ThriftMethod]
The set of
ThriftMethodsthat this service is responsible for handlingThe set of
ThriftMethodsthat this service is responsible for handling- Definition Classes
- Scribe → GeneratedThriftService
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
unsafeBuildFromMethods(methods: Map[ThriftMethod, Service[Request[_], Response[_]]]): ReqRepServicePerEndpoint
Generate a
ReqRepServicePerEndpointfrom a map of ThriftMethod -> Service[Request[Args], Response[SuccessType]] implementations.Generate a
ReqRepServicePerEndpointfrom a map of ThriftMethod -> Service[Request[Args], Response[SuccessType]] implementations. This is unsafe because it does not check that the implementation associated with a ThriftMethod is typed properly until this service attempts to serve a request.- Definition Classes
- Scribe → GeneratedThriftService
- Exceptions thrown
IllegalArgumentExceptionif an implementation is missing
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- object Log extends ThriftMethodIface with ThriftMethod
- object MethodPerEndpoint
- implicit object MethodPerEndpointBuilder extends MethodPerEndpointBuilder[ServicePerEndpoint, MethodPerEndpoint]
- object ReqRepMethodPerEndpoint
- implicit object ReqRepMethodPerEndpointBuilder extends ReqRepMethodPerEndpointBuilder[ReqRepServicePerEndpoint, MethodPerEndpoint]
- object ReqRepServicePerEndpoint
- implicit object ReqRepServicePerEndpointBuilder extends ReqRepServicePerEndpointBuilder[ReqRepServicePerEndpoint]
- object ServicePerEndpoint
- implicit object ServicePerEndpointBuilder extends ServicePerEndpointBuilder[ServicePerEndpoint]
Deprecated Value Members
-
implicit
object
ServiceIfaceBuilder extends ServiceIfaceBuilder[ServiceIface]
- Annotations
- @deprecated
- Deprecated
(Since version 2017-11-07) Use ServicePerEndpointBuilder