trait ZClientAspect[+LowerEnv, -UpperEnv, +LowerIn, -UpperIn, +LowerErr, -UpperErr, +LowerOut, -UpperOut] extends AnyRef
A ZClientAspect
is capable on modifying some aspect of the execution of a
client, such as metrics, tracing, encoding, decoding, or logging.
- Self Type
- ZClientAspect[LowerEnv, UpperEnv, LowerIn, UpperIn, LowerErr, UpperErr, LowerOut, UpperOut]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ZClientAspect
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
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 >>>[LowerEnv1 >: LowerEnv, UpperEnv1 <: UpperEnv, LowerIn1 >: LowerIn, UpperIn1 <: UpperIn, LowerErr1 >: LowerErr, UpperErr1 <: UpperErr, LowerOut1 >: LowerOut, UpperOut1 <: UpperOut](that: ZClientAspect[LowerEnv1, UpperEnv1, LowerIn1, UpperIn1, LowerErr1, UpperErr1, LowerOut1, UpperOut1]): ZClientAspect[LowerEnv1, UpperEnv1, LowerIn1, UpperIn1, LowerErr1, UpperErr1, LowerOut1, UpperOut1]
Composes this client aspect with the specified client aspect to return a new client aspect that applies the modifications of this client aspect and then the modifications of that client aspect.
- final def @@[LowerEnv1 >: LowerEnv, UpperEnv1 <: UpperEnv, LowerIn1 >: LowerIn, UpperIn1 <: UpperIn, LowerErr1 >: LowerErr, UpperErr1 <: UpperErr, LowerOut1 >: LowerOut, UpperOut1 <: UpperOut](that: ZClientAspect[LowerEnv1, UpperEnv1, LowerIn1, UpperIn1, LowerErr1, UpperErr1, LowerOut1, UpperOut1]): ZClientAspect[LowerEnv1, UpperEnv1, LowerIn1, UpperIn1, LowerErr1, UpperErr1, LowerOut1, UpperOut1]
Composes this client aspect with the specified client aspect to return a new client aspect that applies the modifications of this client aspect and then the modifications of that client aspect.
- final def andThen[LowerEnv1 >: LowerEnv, UpperEnv1 <: UpperEnv, LowerIn1 >: LowerIn, UpperIn1 <: UpperIn, LowerErr1 >: LowerErr, UpperErr1 <: UpperErr, LowerOut1 >: LowerOut, UpperOut1 <: UpperOut](that: ZClientAspect[LowerEnv1, UpperEnv1, LowerIn1, UpperIn1, LowerErr1, UpperErr1, LowerOut1, UpperOut1]): ZClientAspect[LowerEnv1, UpperEnv1, LowerIn1, UpperIn1, LowerErr1, UpperErr1, LowerOut1, UpperOut1]
Composes this client aspect with the specified client aspect to return a new client aspect that applies the modifications of this client aspect and then the modifications of that client aspect.
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- 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() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])