final class Descriptor extends AnyRef
- Source
- Descriptor.java
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Descriptor
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
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
-
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()
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def acls(): PSequence[ServiceAcl]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def autoAcl(): Boolean
- def calls(): PSequence[Call[_, _]]
- def circuitBreaker(): CircuitBreaker
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
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
-
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
-
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
-
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
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def exceptionSerializer(): ExceptionSerializer
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
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()
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def headerFilter(): HeaderFilter
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def locatableService(): Boolean
- def messageSerializers(): PMap[Type, MessageSerializer[_, _]]
- def name(): String
-
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()
- def pathParamSerializers(): PMap[Type, PathParamSerializer[_]]
- def replaceAllAcls(acls: PSequence[ServiceAcl]): Descriptor
- def replaceAllCalls(calls: PSequence[Call[_, _]]): Descriptor
- def replaceAllMessageSerializers(messageSerializers: PMap[Type, MessageSerializer[_, _]]): Descriptor
- def replaceAllPathParamSerializers(pathParamSerializers: PMap[Type, PathParamSerializer[_]]): Descriptor
- def replaceAllTopicCalls(topicCalls: PSequence[TopicCall[_]]): Descriptor
- def serializerFactory(): SerializerFactory
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def topicCalls(): PSequence[TopicCall[_]]
-
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()
- def withAutoAcl(autoAcl: Boolean): Descriptor
- def withCalls(calls: <repeated...>[Call[_, _]]): Descriptor
- def withCircuitBreaker(circuitBreaker: CircuitBreaker): Descriptor
- def withExceptionSerializer(exceptionSerializer: ExceptionSerializer): Descriptor
- def withHeaderFilter(headerFilter: HeaderFilter): Descriptor
- def withLocatableService(locatableService: Boolean): Descriptor
- def withMessageSerializer(messageType: Type, messageSerializer: MessageSerializer[_, _]): Descriptor
- def withMessageSerializer[T](messageType: Class[T], messageSerializer: MessageSerializer[T, _]): Descriptor
- def withPathParamSerializer(pathParamType: Type, pathParamSerializer: PathParamSerializer[_]): Descriptor
- def withPathParamSerializer[T](pathParamType: Class[T], pathParamSerializer: PathParamSerializer[T]): Descriptor
- def withSerializerFactory(serializerFactory: SerializerFactory): Descriptor
- def withServiceAcls(acls: <repeated...>[ServiceAcl]): Descriptor
- def withTopics(topicCalls: <repeated...>[TopicCall[_]]): Descriptor
-
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
-
def
publishing(topicCalls: <repeated...>[TopicCall[_]]): Descriptor
- Annotations
- @Deprecated
- Deprecated