com.twitter.finagle.examples.names

thriftscala

package thriftscala

Visibility
  1. Public
  2. All

Type Members

  1. class NaiveNameRecognizerService extends NameRecognizerService[Future]

    A naive service definition that implements the trait defined by Scrooge.

  2. class NameRecognizerException extends Exception with ThriftException with SourcedException with ThriftStruct with Product1[String] with Serializable

  3. trait NameRecognizerResult extends ThriftStruct with Product3[Seq[String], Seq[String], Seq[String]] with Serializable

  4. trait NameRecognizerService[+MM[_]] extends ThriftService

    Annotations
    @Generated()
  5. class NameRecognizerService$FinagleClient extends NameRecognizerService[Future]

    Annotations
    @Generated()
  6. class NameRecognizerService$FinagleService extends Service[Array[Byte], Array[Byte]]

    Annotations
    @Generated()
  7. class SafeNameRecognizerService extends NameRecognizerService[Future]

    A simple service implementation that implements the trait defined by Scrooge.

Value Members

  1. object NaiveNameRecognizerService

  2. object NameRecognizerException extends ThriftStructCodec3[NameRecognizerException] with Serializable

  3. object NameRecognizerResult extends ThriftStructCodec3[NameRecognizerResult] with Serializable

  4. object NameRecognizerService

  5. object SafeNameRecognizerService

Ungrouped