Packages

final class Descriptor extends AnyRef

Source
Descriptor.java
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Descriptor
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from Descriptor to any2stringadd[Descriptor] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (Descriptor, B)
    Implicit
    This member is added by an implicit conversion from Descriptor to ArrowAssoc[Descriptor] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def acls(): PSequence[ServiceAcl]
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def autoAcl(): Boolean
  9. def calls(): PSequence[Call[_, _]]
  10. def circuitBreaker(): CircuitBreaker
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  12. def ensuring(cond: (Descriptor) ⇒ Boolean, msg: ⇒ Any): Descriptor
    Implicit
    This member is added by an implicit conversion from Descriptor to Ensuring[Descriptor] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: (Descriptor) ⇒ Boolean): Descriptor
    Implicit
    This member is added by an implicit conversion from Descriptor to Ensuring[Descriptor] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: Boolean, msg: ⇒ Any): Descriptor
    Implicit
    This member is added by an implicit conversion from Descriptor to Ensuring[Descriptor] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: Boolean): Descriptor
    Implicit
    This member is added by an implicit conversion from Descriptor to Ensuring[Descriptor] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  18. def exceptionSerializer(): ExceptionSerializer
  19. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from Descriptor to StringFormat[Descriptor] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  21. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. def headerFilter(): HeaderFilter
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. def locatableService(): Boolean
  26. def messageSerializers(): PMap[Type, MessageSerializer[_, _]]
  27. def name(): String
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. def pathParamSerializers(): PMap[Type, PathParamSerializer[_]]
  32. def replaceAllAcls(acls: PSequence[ServiceAcl]): Descriptor
  33. def replaceAllCalls(calls: PSequence[Call[_, _]]): Descriptor
  34. def replaceAllMessageSerializers(messageSerializers: PMap[Type, MessageSerializer[_, _]]): Descriptor
  35. def replaceAllPathParamSerializers(pathParamSerializers: PMap[Type, PathParamSerializer[_]]): Descriptor
  36. def replaceAllTopicCalls(topicCalls: PSequence[TopicCall[_]]): Descriptor
  37. def serializerFactory(): SerializerFactory
  38. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  39. def toString(): String
    Definition Classes
    AnyRef → Any
  40. def topicCalls(): PSequence[TopicCall[_]]
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  44. def withAutoAcl(autoAcl: Boolean): Descriptor
  45. def withCalls(calls: <repeated...>[Call[_, _]]): Descriptor
  46. def withCircuitBreaker(circuitBreaker: CircuitBreaker): Descriptor
  47. def withExceptionSerializer(exceptionSerializer: ExceptionSerializer): Descriptor
  48. def withHeaderFilter(headerFilter: HeaderFilter): Descriptor
  49. def withLocatableService(locatableService: Boolean): Descriptor
  50. def withMessageSerializer(messageType: Type, messageSerializer: MessageSerializer[_, _]): Descriptor
  51. def withMessageSerializer[T](messageType: Class[T], messageSerializer: MessageSerializer[T, _]): Descriptor
  52. def withPathParamSerializer(pathParamType: Type, pathParamSerializer: PathParamSerializer[_]): Descriptor
  53. def withPathParamSerializer[T](pathParamType: Class[T], pathParamSerializer: PathParamSerializer[T]): Descriptor
  54. def withSerializerFactory(serializerFactory: SerializerFactory): Descriptor
  55. def withServiceAcls(acls: <repeated...>[ServiceAcl]): Descriptor
  56. def withTopics(topicCalls: <repeated...>[TopicCall[_]]): Descriptor
  57. def [B](y: B): (Descriptor, B)
    Implicit
    This member is added by an implicit conversion from Descriptor to ArrowAssoc[Descriptor] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Deprecated Value Members

  1. def publishing(topicCalls: <repeated...>[TopicCall[_]]): Descriptor
    Annotations
    @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from Descriptor to any2stringadd[Descriptor]

Inherited by implicit conversion StringFormat from Descriptor to StringFormat[Descriptor]

Inherited by implicit conversion Ensuring from Descriptor to Ensuring[Descriptor]

Inherited by implicit conversion ArrowAssoc from Descriptor to ArrowAssoc[Descriptor]

Ungrouped