abstract class GeneratedThriftService extends AnyRef
An abstract class that all scrooge-generated thrift service objects inherit directly from, including services that extend other services.
- Alphabetic
- By Inheritance
- GeneratedThriftService
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new GeneratedThriftService()
Type Members
-
abstract
type
MethodPerEndpoint <: ThriftService
A type representing an implementation of this service where methods are defined as
Args => Future[SuccessType] -
abstract
type
ReqRepServicePerEndpoint <: ToThriftService
A type representing an implementation of this service where methods are defined as
Service[Request[Args], Response[SuccessType]] -
abstract
type
ServicePerEndpoint <: ToThriftService
A type representing an implementation of this service where methods are defined as
Service[Args, SuccessType]
Abstract Value Members
-
abstract
def
annotations: Map[String, String]
Thrift annotations (user-defined key-value metadata) on the service
-
abstract
def
methods: Set[ThriftMethod]
The set of
ThriftMethodsthat this service is responsible for handling -
abstract
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.- Exceptions thrown
IllegalArgumentExceptionif an implementation is missing
Concrete 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
-
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
-
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
-
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()